mirror of
https://github.com/openziti/zrok.git
synced 2025-02-07 13:59:47 +01:00
Add ziti-quickstart to the depends_on fields of zrok-controller and zrok-frontend
This commit is contained in:
parent
6554897473
commit
4f57d54b8f
@ -87,6 +87,8 @@ services:
|
||||
depends_on:
|
||||
zrok-permissions:
|
||||
condition: service_completed_successfully
|
||||
ziti-quickstart:
|
||||
condition: service_healthy
|
||||
build:
|
||||
context: .
|
||||
dockerfile: ./zrok-controller.Dockerfile
|
||||
@ -121,6 +123,8 @@ services:
|
||||
depends_on:
|
||||
zrok-permissions:
|
||||
condition: service_completed_successfully
|
||||
ziti-quickstart:
|
||||
condition: service_healthy
|
||||
build:
|
||||
context: .
|
||||
dockerfile: zrok-frontend.Dockerfile
|
||||
|
Loading…
Reference in New Issue
Block a user