fix env var name

This commit is contained in:
Markus Kahl
2026-01-30 11:33:06 +00:00
parent 2ddd73d1b6
commit e65f348384

View File

@@ -122,7 +122,7 @@ services:
image: openproject/hocuspocus:release-38128805
environment:
SECRET: ${COLLABORATIVE_SERVER_SECRET:-OVERRIDE_ME_PLEASE}
OPENPROJECT_DIRECT_URL: "${OPENPROJECT_URL:-http://web}"
OPENPROJECT_URL: "${OPENPROJECT_URL:-http://web:8080}"
OPENPROJECT_HOST: "${OPENPROJECT_HOST__NAME:-localhost:8080}"
networks:
- backend