From f8948f12fa59c7c17236ed1b600b4c3d15cab616 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sat, 7 May 2022 12:12:30 -0700 Subject: [PATCH 1/2] fix(rpi): Updating to v1.6.7 of bch-dex Docker container --- production/rpi-docker/docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/production/rpi-docker/docker-compose.yml b/production/rpi-docker/docker-compose.yml index 1b1cafc..4b724a3 100644 --- a/production/rpi-docker/docker-compose.yml +++ b/production/rpi-docker/docker-compose.yml @@ -69,10 +69,10 @@ services: restart: always bch-dex: - build: - context: ./bch-dex/ - dockerfile: Dockerfile - #image: christroutner/bch-dex-rpi:v1.6.6 + #build: + # context: ./bch-dex/ + # dockerfile: Dockerfile + image: christroutner/bch-dex-rpi:v1.6.7 container_name: bch-dex environment: CONSUMER_URL: 'https://free-bch.fullstack.cash' From a65ec7494fd19debb6105c12f3fe86b1ce8f3f89 Mon Sep 17 00:00:00 2001 From: Chris Troutner Date: Sat, 7 May 2022 13:10:18 -0700 Subject: [PATCH 2/2] fix(production): Updating docker images of PC --- production/docker/bch-dex-ui/Dockerfile | 2 +- production/docker/docker-compose.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/production/docker/bch-dex-ui/Dockerfile b/production/docker/bch-dex-ui/Dockerfile index a6dd256..0b5bbea 100644 --- a/production/docker/bch-dex-ui/Dockerfile +++ b/production/docker/bch-dex-ui/Dockerfile @@ -68,6 +68,6 @@ FROM nginx EXPOSE 80 # Copy the files built in the first container to the new NGINX container. -COPY --from=builder /home/safeuser/bch-dex-ui2/public /usr/share/nginx/html +COPY --from=builder /home/safeuser/bch-dex-ui/public /usr/share/nginx/html #USER safeuser diff --git a/production/docker/docker-compose.yml b/production/docker/docker-compose.yml index b9dd33a..ea70563 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.4 + image: christroutner/bch-dex:v1.6.5 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.4 + image: christroutner/bch-dex-ui:v1.6.5 container_name: dex-ui environment: SERVER: 'http://192.168.2.3'