mirror of
https://github.com/openziti/zrok.git
synced 2025-08-17 11:21:07 +02:00
Add ziti-quickstart to the depends_on fields of zrok-controller and zrok-frontend
This commit is contained in:
committed by
Kenneth Bingham
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
|
||||||
|
Reference in New Issue
Block a user