chore: structure initiale backend et docker-compose

This commit is contained in:
2026-05-24 04:45:16 +02:00
commit 8bc69bb705
12 changed files with 169 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
DATABASE_URL=postgresql+asyncpg://homehub:homehub@db:5432/homehub
UPLOAD_DIR=/uploads
CORS_ORIGINS=http://localhost:3000,http://frontend:3000