Merge pull request #23 from Permissionless-Software-Foundation/ct-unstable

Fixing bugs. Updating docker images
This commit is contained in:
Chris Troutner
2022-05-02 10:54:09 -07:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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'
+2 -2
View File
@@ -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'