Update getoutline.yaml

Added FORCE_HTTPS environment variable to control HTTPS redirection. Set this to false when using external HTTPS handling, such as with Cloudflare Tunnel and its SSL service.
This commit is contained in:
Ho Chia Leung
2024-10-08 14:32:25 +02:00
committed by GitHub
parent 40f2c7a1f9
commit 5c65eb281d

View File

@@ -58,6 +58,7 @@ services:
- GITHUB_APP_ID=${GITHUB_APP_ID}
- GITHUB_APP_PRIVATE_KEY=${GITHUB_APP_PRIVATE_KEY}
- PGSSLMODE=${PGSSLMODE:-disable}
- FORCE_HTTPS=${FORCE_HTTPS:-true}
healthcheck:
disable: true