depends on db
This commit is contained in:
parent
12647870d2
commit
e7a44ad899
1 changed files with 3 additions and 0 deletions
|
@ -94,6 +94,9 @@ services:
|
||||||
|
|
||||||
keycloak-ja:
|
keycloak-ja:
|
||||||
image: quay.io/keycloak/keycloak:22.0.3
|
image: quay.io/keycloak/keycloak:22.0.3
|
||||||
|
depends_on:
|
||||||
|
db-ja:
|
||||||
|
condition: service_healthy
|
||||||
env_file:
|
env_file:
|
||||||
- ./.env.local
|
- ./.env.local
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
Loading…
Add table
Reference in a new issue