diff --git a/compose.yml b/compose.yml index 486f5de..6049d33 100644 --- a/compose.yml +++ b/compose.yml @@ -43,7 +43,8 @@ services: HTTPS_PORT: ${HTTPS_PORT} DATABASE_URL: postgres://postgres:postgres@plausible_db:5432/plausible_db CLICKHOUSE_DATABASE_URL: http://plausible_events_db:8123/plausible_events_db - DISABLE_REGISTRATION: true + DISABLE_REGISTRATION: ${DISABLE_REGISTRATION:-true} + LOG_LEVEL: ${LOG_LEVEL:-notice} volumes: db-data: