We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57ce60a commit 9929290Copy full SHA for 9929290
docker-compose.yml
@@ -67,7 +67,7 @@ services:
67
db:
68
condition: service_healthy
69
healthcheck:
70
- test: curl -ks https://localhost/users/heartbeat > /dev/null || exit 1
+ test: curl -ks ${BASE_URL:-https://localhost}/users/heartbeat > /dev/null || exit 1
71
interval: 2s
72
timeout: 1s
73
retries: 3
0 commit comments