We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cb2eb4 commit c0deb82Copy full SHA for c0deb82
docker-compose.yml
@@ -58,7 +58,7 @@ services:
58
healthcheck:
59
start_period: 2s
60
interval: 10s
61
- test: curl --fail http://localhost:3000/up || exit 1
+ test: curl --fail "$$DOLOS_API_URL/up" || exit 1
62
worker:
63
image: ghcr.io/dodona-edu/dolos-api
64
# build: ./api/
0 commit comments