fix: keep torreta db between builds

This commit is contained in:
Gerard Gascón 2025-04-11 21:32:00 +02:00
parent 8d30e7fa26
commit a64ed43f7b

View file

@ -12,6 +12,7 @@ services:
python manage.py runserver 0.0.0.0:4555" python manage.py runserver 0.0.0.0:4555"
volumes: volumes:
- static:/app/staticfiles - static:/app/staticfiles
- torreta_db:/app/db.sqlite3
nginx: nginx:
image: nginx:latest image: nginx:latest
ports: ports: