fix(rpi): Updating docker files

This commit is contained in:
Chris Troutner
2022-05-01 12:45:07 -07:00
parent 3dddf21986
commit 87b1b7f9ca
3 changed files with 16 additions and 13 deletions
+12 -9
View File
@@ -43,9 +43,10 @@ services:
restart: always
p2wdb:
build:
context: ./p2wdb/
dockerfile: Dockerfile
#build:
# context: ./p2wdb/
# dockerfile: Dockerfile
image: christroutner/p2wdb-bch-dex:v1.6.2
container_name: p2wdb
logging:
driver: 'json-file'
@@ -65,9 +66,10 @@ services:
restart: always
bch-dex:
build:
context: ./bch-dex/
dockerfile: Dockerfile
#build:
# context: ./bch-dex/
# dockerfile: Dockerfile
image: christroutner/bch-dex:v1.6.2
container_name: bch-dex
logging:
driver: 'json-file'
@@ -85,9 +87,10 @@ services:
restart: always
dex-ui:
build:
context: ./bch-dex-ui/
dockerfile: Dockerfile
#build:
# context: ./bch-dex-ui/
# dockerfile: Dockerfile
image: christroutner/bch-dex-ui:v1.6.2
container_name: dex-ui
environment:
SERVER: 'http://192.168.2.3'