From 150e3d679973387540a5dd338eb3dcca1ec547e3 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Mon, 16 May 2022 13:54:04 -0700 Subject: [PATCH] Fixing env var --- production/docker/docker-compose.yml | 4 ++-- production/docker/start-production.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/production/docker/docker-compose.yml b/production/docker/docker-compose.yml index 93e054f..9482b4c 100644 --- a/production/docker/docker-compose.yml +++ b/production/docker/docker-compose.yml @@ -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: diff --git a/production/docker/start-production.sh b/production/docker/start-production.sh index 40c35c3..219b509 100755 --- a/production/docker/start-production.sh +++ b/production/docker/start-production.sh @@ -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