chore: add backups directory to docker-compose

- Included a volume mapping for the `./backups` directory in the docker-compose file to facilitate backup management.
This commit is contained in:
Julien Froidefond
2025-09-19 12:30:17 +02:00
parent fded7d0078
commit f16ae2e017
2 changed files with 1 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ services:
- sqlite_data:/app/data
# Monter ta DB locale (décommente pour utiliser tes données locales)
- ./prisma/dev.db:/app/data/prod.db
- ./backups:/app/backups
restart: unless-stopped
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:3000/api/health || exit 1"]