mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-13 14:22:42 +00:00
Generate SECRET_KEY_BASE with magic env
This commit is contained in:
@@ -26,7 +26,7 @@ services:
|
||||
image: swetrix/swetrix-api:v4.0.2
|
||||
environment:
|
||||
# Required
|
||||
- SECRET_KEY_BASE=${SECRET_KEY_BASE:?}
|
||||
- SECRET_KEY_BASE=$SERVICE_BASE64_64_SECRETKEYBASE
|
||||
|
||||
# Optional
|
||||
- DISABLE_REGISTRATION=${DISABLE_REGISTRATION:-false}
|
||||
|
||||
Reference in New Issue
Block a user