fix: use docker image to production release on stable-7.2

This commit is contained in:
v.scharf
2026-07-10 09:43:07 +02:00
parent 300fc4779b
commit cc1471e467

View File

@@ -29,9 +29,6 @@ services:
PROXY_ENABLE_BASIC_AUTH: "${PROXY_ENABLE_BASIC_AUTH:-false}"
# demo users
IDM_CREATE_DEMO_USERS: "${DEMO_USERS:-false}"
#STORAGE_USERS_DRIVER: "decomposed"
STORAGE_USERS_PURGE_TRASH_BIN_PROJECT_DELETE_BEFORE: "30s"
STORAGE_USERS_PURGE_TRASH_BIN_PERSONAL_DELETE_BEFORE: "30s"
# admin password
IDM_ADMIN_PASSWORD: "${INITIAL_ADMIN_PASSWORD}"