Skip to content

Commit

Permalink
Add ziti-quickstart to the depends_on fields of zrok-controller and z…
Browse files Browse the repository at this point in the history
…rok-frontend
  • Loading branch information
bwong365 committed Nov 9, 2024
1 parent 66c70dd commit ad81eca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docker/compose/zrok-instance/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ services:
depends_on:
zrok-permissions:
condition: service_completed_successfully
ziti-quickstart:
condition: service_healthy
build:
context: .
dockerfile: ./zrok-controller.Dockerfile
Expand Down Expand Up @@ -121,6 +123,8 @@ services:
depends_on:
zrok-permissions:
condition: service_completed_successfully
ziti-quickstart:
condition: service_healthy
build:
context: .
dockerfile: zrok-frontend.Dockerfile
Expand Down

0 comments on commit ad81eca

Please sign in to comment.