mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-14 21:31:50 +00:00
Fixes depends_on mysql
Fixes depends_on in the lightweight version of the docker-compose as its not using a db inside the compose stack
This commit is contained in:
parent
60a8bfbdf2
commit
36fbc5b27d
1 changed files with 0 additions and 3 deletions
|
@ -2,9 +2,6 @@ version: '3'
|
||||||
name: zeppelin-prod
|
name: zeppelin-prod
|
||||||
services:
|
services:
|
||||||
migrate:
|
migrate:
|
||||||
depends_on:
|
|
||||||
mysql:
|
|
||||||
condition: service_healthy
|
|
||||||
build: &build
|
build: &build
|
||||||
context: .
|
context: .
|
||||||
args:
|
args:
|
||||||
|
|
Loading…
Add table
Reference in a new issue