fix: CORS_ORIGINS aligné sur port frontend 3001

This commit is contained in:
2026-05-24 05:32:28 +02:00
parent 9041b24384
commit 53bb8bd27a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ services:
environment:
DATABASE_URL: postgresql+asyncpg://homehub:homehub@db:5432/homehub
UPLOAD_DIR: /uploads
CORS_ORIGINS: http://localhost:3000,http://frontend:3000
CORS_ORIGINS: http://localhost:3001,http://localhost:3000
volumes:
- uploads:/uploads
ports: