Switched to multistage chainquery image
This commit is contained in:
parent
340dc645c8
commit
3c2b861157
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue