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 ##
|
||||||
################
|
################
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue