fix ssl redirects when using internal openproject url in hocuspocus (#144)

This commit is contained in:
Markus Kahl
2026-02-10 12:46:19 +00:00
committed by GitHub
parent 4d798a25e3
commit 78af964cd5

View File

@@ -126,6 +126,7 @@ services:
environment:
SECRET: ${COLLABORATIVE_SERVER_SECRET:-OVERRIDE_ME_PLEASE}
OPENPROJECT_URL: "${OPENPROJECT_URL:-http://web:8080}"
OPENPROJECT_HTTPS: "${OPENPROJECT_HTTPS:-true}"
networks:
- backend
- frontend