diff --git a/production/docker/docker-compose.yml b/production/docker/docker-compose.yml index 7001051..2f4fad5 100644 --- a/production/docker/docker-compose.yml +++ b/production/docker/docker-compose.yml @@ -70,10 +70,10 @@ services: restart: always bch-dex: - #build: - # context: ./bch-dex/ - # dockerfile: Dockerfile - image: christroutner/bch-dex:v2.0.8 + build: + context: ./bch-dex/ + dockerfile: Dockerfile + #image: christroutner/bch-dex:v2.0.8 container_name: bch-dex environment: CONSUMER_URL: 'https://free-bch.fullstack.cash' @@ -94,10 +94,10 @@ services: restart: always dex-ui: - #build: - # context: ./bch-dex-ui/ - # dockerfile: Dockerfile - image: christroutner/bch-dex-ui:v1.2.4 + build: + context: ./bch-dex-ui/ + dockerfile: Dockerfile + #image: christroutner/bch-dex-ui:v1.2.4 container_name: dex-ui environment: SERVER: 'http://192.168.2.3'