diff --git a/production/docker/docker-compose.yml b/production/docker/docker-compose.yml index 40d3c5e..6bfc309 100644 --- a/production/docker/docker-compose.yml +++ b/production/docker/docker-compose.yml @@ -3,7 +3,7 @@ version: '3.9' services: - mongo-bch-wallet: + mongo-bch-service: image: mongo:4.2.0 container_name: mongo-bch-service ports: @@ -13,10 +13,10 @@ services: command: mongod --logpath=/dev/null # -- quiet restart: always - ipfs-bch-wallet: + ipfs-bch-wallet-service: build: . #image: christroutner/ipfs-service-provider:v5.0.1 - container_name: ipfs-service + container_name: ipfs-bch-wallet-service logging: driver: 'json-file' options: @@ -24,7 +24,7 @@ services: max-file: '10' mem_limit: 1000mb links: - - mongo-bch-wallet + - mongo-bch-service ports: - '5032:5032' # : - '5668:5668'