Make health-check depenent on handshake, handshake-api, and caddy, so it doesn't start before them and report healthy status.
This commit is contained in:
parent
b12c1674e4
commit
f896afada1
|
@ -116,3 +116,6 @@ services:
|
|||
- 3100
|
||||
depends_on:
|
||||
- docker-host
|
||||
- handshake
|
||||
- handshake-api
|
||||
- caddy
|
||||
|
|
Reference in New Issue