chore: update gitignore and docker configuration
This commit is contained in:
parent
511435d58e
commit
588ea6c4f4
3 changed files with 1 additions and 4 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -35,6 +35,4 @@ htmlcov/
|
||||||
# Docker
|
# Docker
|
||||||
*~
|
*~
|
||||||
.build/
|
.build/
|
||||||
dist/
|
dist/
|
||||||
|
|
||||||
*.db
|
|
||||||
BIN
data/sage_dataven.db
Normal file
BIN
data/sage_dataven.db
Normal file
Binary file not shown.
|
|
@ -6,7 +6,6 @@ services:
|
||||||
container_name: vps-sage-api
|
container_name: vps-sage-api
|
||||||
env_file: .env
|
env_file: .env
|
||||||
volumes:
|
volumes:
|
||||||
# ✅ Monter un DOSSIER entier au lieu d'un fichier
|
|
||||||
- ./data:/app/data
|
- ./data:/app/data
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000"
|
- "8000:8000"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue