RegWatch backend : FastAPI + Postgres partagé + Docker/CI homelab
Build & Deploy / build (push) Successful in 23s

- SECRET_KEY et DATABASE_URL externalisés (Vault -> env), plus de secret en dur
- SQLite -> postgres-shared (psycopg2), schéma créé au boot (entrypoint.sh)
- Dockerfile + docker-compose (Watchtower) + .gitea/workflows/build.yml

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-24 18:43:17 +02:00
co-authored by Claude Opus 4.8
commit 3d007c7013
18 changed files with 924 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
.git
.env
*.db
venv/
__pycache__/
*.pyc
.gitea/
docker-compose.yml
.DS_Store