Resolve a circular dependency between docker-compose services.

This commit is contained in:
Ivaylo Novakov 2020-08-05 17:02:42 +03:00
parent 90fa86b0f8
commit 9dd73cd2aa
No known key found for this signature in database
GPG Key ID: 06B9354AB08BE9C6
1 changed files with 1 additions and 3 deletions

View File

@ -55,7 +55,6 @@ services:
- 80
depends_on:
- docker-host
- health-check
- handshake-api
handshake:
@ -115,7 +114,6 @@ services:
expose:
- 3100
depends_on:
- docker-host
- caddy
- handshake
- handshake-api
- caddy