Fixing env var

This commit is contained in:
Chris Troutner
2022-05-16 13:54:04 -07:00
parent b3011bcb69
commit 150e3d6799
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -13,9 +13,9 @@ services:
command: mongod --logpath=/dev/null # -- quiet
restart: always
ipfs:
ipfs-bch-consumer:
image: ipfs/go-ipfs:v0.12.0
container_name: ipfs
container_name: ipfs-bch-consumer
environment:
MY_ENV_VAR: 'placeholder'
logging:
+1 -1
View File
@@ -29,7 +29,7 @@ export DBURL=mongodb://172.17.0.1:5555/ipfs-bch-consumer-prod
export PORT=5010
# Production settings using external go-ipfs node.
export SVC_ENV=production
export CONSUMER_ENV=production
export IPFS_HOST=172.17.0.1
export IPFS_API_PORT=5001
export IPFS_TCP_PORT=4001