diff --git a/templates/compose/swetrix.yaml b/templates/compose/swetrix.yaml index 6b6721eef..216d333b5 100644 --- a/templates/compose/swetrix.yaml +++ b/templates/compose/swetrix.yaml @@ -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}