mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
test proxy via direct url
This commit is contained in:
parent
921f34d42e
commit
cc9f673eea
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ services:
|
|||
- "${DOCKER_PROXY_PORT_EXTERNAL_HTTP}:80"
|
||||
- "${DOCKER_PROXY_PORT_EXTERNAL_HTTPS}:443"
|
||||
healthcheck:
|
||||
test: 'curl --header "Host: $[APP_DOMAIN}" --fail https://localhost/api/service/health-check'
|
||||
test: "curl --fail https://$[APP_DOMAIN}/api/service/health-check"
|
||||
interval: 10s
|
||||
retries: 2
|
||||
timeout: 5s
|
||||
|
|
Loading…
Reference in a new issue