mirror of
https://github.com/openziti/zrok.git
synced 2025-06-23 19:22:19 +02:00
Merge pull request #848 from openziti/bwong365-depends-on-ziti-quickstart
docker instance - wait for ziti
This commit is contained in:
commit
4ff058041e
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## v0.4.47
|
## v0.4.47
|
||||||
|
|
||||||
|
CHANGE: the Docker instance will wait for the ziti container healthy status (contribution from Ben Wong @bwong365 - https://github.com/openziti/zrok/pull/790)
|
||||||
|
|
||||||
CHANGE: Document solving the DNS propagation timeout for Docker instances that are using Caddy to manage the wildcard certificate.
|
CHANGE: Document solving the DNS propagation timeout for Docker instances that are using Caddy to manage the wildcard certificate.
|
||||||
|
|
||||||
CHANGE: Add usage hint in `zrok config get --help` to clarify how to list all valid `configName` and their current values by running `zrok status`.
|
CHANGE: Add usage hint in `zrok config get --help` to clarify how to list all valid `configName` and their current values by running `zrok status`.
|
||||||
|
@ -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