Merge pull request #466 from martinbndr/fix-docker-compose-lightweight-db
Fixes depends_on mysql
This commit is contained in:
commit
b51543ea2c
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