Remove cascade for now; add Docker/CI and README fix list.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
orohi
2026-07-26 06:56:43 +03:00
co-authored by Cursor
parent 7230697b7f
commit ff9269dd33
13 changed files with 251 additions and 1105 deletions
+3 -4
View File
@@ -2,12 +2,11 @@
APP_PORT=5000
SECRET_KEY=change-me-to-a-long-random-string
# PostgreSQL 17
# PostgreSQL (used by docker-compose)
POSTGRES_USER=amnezia
POSTGRES_PASSWORD=amnezia
POSTGRES_DB=amnezia_panel
POSTGRES_PORT=5432
# Used by the panel process (local run or Docker)
# Docker Compose sets this automatically to point at the db service.
DATABASE_URL=postgresql://amnezia:amnezia@localhost:5432/amnezia_panel
# Full DSN (override if panel runs outside compose)
# DATABASE_URL=postgresql://amnezia:amnezia@db:5432/amnezia_panel