make HTTPS option discoverable and overridable

This commit is contained in:
Markus Kahl
2022-09-29 10:21:49 +02:00
committed by Oliver Günther
parent d7c08b070b
commit c793b35a61

View File

@@ -15,6 +15,7 @@ x-op-image: &image
x-op-app: &app
<<: [*image, *restart_policy]
environment:
OPENPROJECT_HTTPS: "${OPENPROJECT_HTTPS:-true}"
RAILS_CACHE_STORE: "memcache"
OPENPROJECT_CACHE__MEMCACHE__SERVER: "cache:11211"
OPENPROJECT_RAILS__RELATIVE__URL__ROOT: "${OPENPROJECT_RAILS__RELATIVE__URL__ROOT:-}"