From 6d285c77cd33fdeb2a68645818db1dbf5e613fd3 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sat, 1 Oct 2022 15:43:49 -0700 Subject: [PATCH] fix(RPi): Updating docker images --- production/rpi-docker/bch-dex/start-production.sh | 2 +- production/rpi-docker/docker-compose.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/production/rpi-docker/bch-dex/start-production.sh b/production/rpi-docker/bch-dex/start-production.sh index e6c4766..c55b418 100755 --- a/production/rpi-docker/bch-dex/start-production.sh +++ b/production/rpi-docker/bch-dex/start-production.sh @@ -24,7 +24,7 @@ export DBURL=mongodb://172.17.0.1:5666/bch-swap-service-prod export PORT=5700 # bch-dex specific env vars -export BCH_DEX=production +export BCH_DEX=prod export WEBHOOKSERVICE=http://172.17.0.1:5667/webhook export WEBHOOKTARGET=http://172.17.0.1:5700/p2wdb export APP_ID=bch-dex-001 diff --git a/production/rpi-docker/docker-compose.yml b/production/rpi-docker/docker-compose.yml index fc78f77..29a0ad4 100644 --- a/production/rpi-docker/docker-compose.yml +++ b/production/rpi-docker/docker-compose.yml @@ -43,7 +43,7 @@ services: #build: # context: ./p2wdb/ # dockerfile: Dockerfile - image: christroutner/p2wdb-rpi:v3.1.5 + image: christroutner/p2wdb-rpi:v3.1.8 container_name: p2wdb environment: CONSUMER_URL: 'https://wa-usa-bch-consumer.fullstackcash.nl' @@ -70,7 +70,7 @@ services: #build: # context: ./bch-dex/ # dockerfile: Dockerfile - image: christroutner/bch-dex-rpi:v1.13.0 + image: christroutner/bch-dex-rpi:v2.0.0 container_name: bch-dex environment: #CONSUMER_URL: 'https://free-bch.fullstack.cash'