Switched to multistage chainquery image

This commit is contained in:
Leopere 2018-10-16 03:27:45 -04:00
parent 92926c73fa
commit 607a7c4eef
No known key found for this signature in database
GPG key ID: 64476C903E477CCB

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