confiugre 'web' as additional host so internal hocuspocus requests go through

This commit is contained in:
Markus Kahl
2026-02-02 13:07:07 +00:00
parent 7898ebd4f1
commit 0922c8c112

View File

@@ -16,6 +16,7 @@ x-op-app: &app
environment:
OPENPROJECT_HTTPS: "${OPENPROJECT_HTTPS:-true}"
OPENPROJECT_HOST__NAME: "${OPENPROJECT_HOST__NAME:-localhost:8080}"
OPENPROJECT_ADDITIONAL__HOST__NAMES: "${OPENPROJECT_ADDITIONAL__HOST__NAMES:-web" # to allow access from hocuspocus directly
OPENPROJECT_HSTS: "${OPENPROJECT_HSTS:-true}"
RAILS_CACHE_STORE: "memcache"
OPENPROJECT_CACHE__MEMCACHE__SERVER: "cache:11211"