Switched to multistage chainquery image

This commit is contained in:
Leopere 2018-10-16 03:27:45 -04:00
parent 340dc645c8
commit 3c2b861157

View file

@ -61,7 +61,9 @@ services:
## Chainquery ## ## Chainquery ##
################ ################
chainquery: chainquery:
build: . build:
context: .
target: app
restart: always restart: always
networks: networks:
traefik: traefik:
@ -70,6 +72,5 @@ services:
- "traefik.expose=false" - "traefik.expose=false"
expose: expose:
- 6300 - 6300
- 3306
depends_on: depends_on:
- mysql - mysql