fix(RPi): using docker images

This commit is contained in:
Chris Troutner
2022-05-01 14:39:28 -07:00
parent d65c3701cd
commit ff7697baf6
2 changed files with 14 additions and 9 deletions
+12 -9
View File
@@ -44,9 +44,10 @@ services:
restart: always
p2wdb:
build:
context: ./p2wdb/
dockerfile: Dockerfile
#build:
# context: ./p2wdb/
# dockerfile: Dockerfile
image: christroutner/pwd-bch-dex-rpi:v1.6.2
container_name: p2wdb
environment:
CONSUMER_URL: 'https://free-bch.fullstack.cash'
@@ -68,9 +69,10 @@ services:
restart: always
bch-dex:
build:
context: ./bch-dex/
dockerfile: Dockerfile
#build:
# context: ./bch-dex/
# dockerfile: Dockerfile
image: christroutner/bch-dex-rpi:v1.6.2
container_name: bch-dex
environment:
CONSUMER_URL: 'https://free-bch.fullstack.cash'
@@ -90,9 +92,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-rpi:v1.6.2
container_name: dex-ui
logging:
driver: 'json-file'