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:
build: .
build:
context: .
target: app
restart: always
networks:
traefik:
@ -70,6 +72,5 @@ services:
- "traefik.expose=false"
expose:
- 6300
- 3306
depends_on:
- mysql