mirror of
https://github.com/Routstr/routstr-core.git
synced 2026-08-09 11:04:36 +00:00
Several compose/.env examples mounted /app/data but left DATABASE_URL at the relative default, so the database — and the master key file generated beside it — landed off the persisted volume and would be lost on a container recreate. Point DATABASE_URL inside /app/data in those examples and list routstr_secret.key in the persistence table. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>