mirror of
https://github.com/Permissionless-Software-Foundation/ipfs-bch-wallet-service.git
synced 2026-09-21 16:52:03 -07:00
Fixing docker names
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user