mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Remove deprecated environment variables used with docker
Fixes https://community.openproject.org/wp/43551
This commit is contained in:
+1
-1
@@ -41,8 +41,8 @@ x-op-backend: &backend
|
||||
environment:
|
||||
LOCAL_DEV_CHECK: "${LOCAL_DEV_CHECK:?The docker-compose file for OpenProject has moved to https://github.com/opf/openproject-deploy}"
|
||||
RAILS_ENV: development
|
||||
RAILS_CACHE_STORE: file_store
|
||||
OPENPROJECT_CACHE__MEMCACHE__SERVER: cache:11211
|
||||
OPENPROJECT_RAILS__CACHE__STORE: file_store
|
||||
OPENPROJECT_RAILS__RELATIVE__URL__ROOT: "${OPENPROJECT_RAILS__RELATIVE__URL__ROOT:-}"
|
||||
DATABASE_URL: postgresql://${DB_USERNAME:-postgres}:${DB_PASSWORD:-postgres}@${DB_HOST:-db}:${DB_PORT:-5432}/${DB_DATABASE:-openproject}
|
||||
OPENPROJECT_EDITION: $OPENPROJECT_EDITION
|
||||
|
||||
Reference in New Issue
Block a user