feat(shopping): schémas Pydantic listes et articles + volume dev backend

This commit is contained in:
2026-05-24 15:28:43 +02:00
parent e3117f3aaf
commit 4e7a863431
2 changed files with 92 additions and 0 deletions
+1
View File
@@ -20,6 +20,7 @@ services:
UPLOAD_DIR: /uploads
CORS_ORIGINS: http://localhost:3001,http://localhost:3000
volumes:
- ./backend/app:/app/app
- uploads:/uploads
ports:
- "8000:8000"