fix: Remove ara data volume (MySQL backend), require ARA_SECRET_KEY 🐛
All checks were successful
CI / build (push) Successful in 10s
CI / release (release) Successful in 10m43s

This commit is contained in:
2026-02-21 22:22:31 +13:00
parent 41d0f13ba8
commit 3f041df873
3 changed files with 10 additions and 7 deletions

View File

@@ -15,8 +15,11 @@ ARA_DATABASE_PASSWORD=arasecret
# ------------------------------------------------------------
# ARA core
# ------------------------------------------------------------
# IMPORTANT: replace with a long random string in production
ARA_SECRET_KEY=changeme_use_a_long_random_string
# REQUIRED: generate with:
# python3 -c "import secrets; print(secrets.token_hex(50))"
# Without this, a new random key is generated on every container
# start — invalidating Django sessions and ARA's signed cookies.
ARA_SECRET_KEY=
# Timezone — controls BOTH crond scheduling AND ARA display times.
# Use a tz database name: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones