fix(RPi): Updating docker images

This commit is contained in:
Chris Troutner
2022-10-01 15:43:49 -07:00
parent 85d6aa7d46
commit 6d285c77cd
2 changed files with 3 additions and 3 deletions
@@ -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
+2 -2
View File
@@ -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'