Fixing docker names

This commit is contained in:
Chris Troutner
2024-03-24 08:59:47 -07:00
parent 316c5d6399
commit 62ac11c861
+4 -4
View File
@@ -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' # <host port>:<container port>
- '5668:5668'