From 15eb871b1f3ce37393cf47c2c5fcc3368ca714af Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Mon, 2 May 2022 09:43:39 -0700 Subject: [PATCH 1/2] fix(production): Updating to v1.6.4 of docker images --- production/docker/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/production/docker/docker-compose.yml b/production/docker/docker-compose.yml index 9a7c112..b9dd33a 100644 --- a/production/docker/docker-compose.yml +++ b/production/docker/docker-compose.yml @@ -71,7 +71,7 @@ services: #build: # context: ./bch-dex/ # dockerfile: Dockerfile - image: christroutner/bch-dex:v1.6.2 + image: christroutner/bch-dex:v1.6.4 container_name: bch-dex environment: CONSUMER_URL: 'https://free-bch.fullstack.cash' @@ -94,7 +94,7 @@ services: #build: # context: ./bch-dex-ui/ # dockerfile: Dockerfile - image: christroutner/bch-dex-ui:v1.6.2 + image: christroutner/bch-dex-ui:v1.6.4 container_name: dex-ui environment: SERVER: 'http://192.168.2.3' From 2c21d7974053699ebd648bb520b60c6ee9d95963 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Mon, 2 May 2022 10:43:47 -0700 Subject: [PATCH 2/2] fix(rpi): Updating docker images --- production/rpi-docker/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/production/rpi-docker/docker-compose.yml b/production/rpi-docker/docker-compose.yml index f017852..99104f4 100644 --- a/production/rpi-docker/docker-compose.yml +++ b/production/rpi-docker/docker-compose.yml @@ -72,7 +72,7 @@ services: #build: # context: ./bch-dex/ # dockerfile: Dockerfile - image: christroutner/bch-dex-rpi:v1.6.2 + image: christroutner/bch-dex-rpi:v1.6.4 container_name: bch-dex environment: CONSUMER_URL: 'https://free-bch.fullstack.cash' @@ -95,7 +95,7 @@ services: #build: # context: ./bch-dex-ui/ # dockerfile: Dockerfile - image: christroutner/bch-dex-ui-rpi:v1.6.2 + image: christroutner/bch-dex-ui-rpi:v1.6.4 container_name: dex-ui logging: driver: 'json-file'