chore: update gitignore and docker configuration

This commit is contained in:
Fanilo-Nantenaina 2025-12-05 14:17:32 +03:00
parent 511435d58e
commit 588ea6c4f4
3 changed files with 1 additions and 4 deletions

4
.gitignore vendored
View file

@ -35,6 +35,4 @@ htmlcov/
# Docker
*~
.build/
dist/
*.db
dist/

BIN
data/sage_dataven.db Normal file

Binary file not shown.

View file

@ -6,7 +6,6 @@ services:
container_name: vps-sage-api
env_file: .env
volumes:
# ✅ Monter un DOSSIER entier au lieu d'un fichier
- ./data:/app/data
ports:
- "8000:8000"