mirror of
https://github.com/openziti/zrok.git
synced 2025-06-20 09:48:07 +02: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:
|
depends_on:
|
||||||
zrok-permissions:
|
zrok-permissions:
|
||||||
condition: service_completed_successfully
|
condition: service_completed_successfully
|
||||||
|
ziti-quickstart:
|
||||||
|
condition: service_healthy
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: ./zrok-controller.Dockerfile
|
dockerfile: ./zrok-controller.Dockerfile
|
||||||
@ -121,6 +123,8 @@ services:
|
|||||||
depends_on:
|
depends_on:
|
||||||
zrok-permissions:
|
zrok-permissions:
|
||||||
condition: service_completed_successfully
|
condition: service_completed_successfully
|
||||||
|
ziti-quickstart:
|
||||||
|
condition: service_healthy
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: zrok-frontend.Dockerfile
|
dockerfile: zrok-frontend.Dockerfile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user