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:
parent
40f2c7a1f9
commit
5c65eb281d
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue