fix: keep torreta db between builds
This commit is contained in:
parent
8d30e7fa26
commit
a64ed43f7b
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ services:
|
|||
python manage.py runserver 0.0.0.0:4555"
|
||||
volumes:
|
||||
- static:/app/staticfiles
|
||||
- torreta_db:/app/db.sqlite3
|
||||
nginx:
|
||||
image: nginx:latest
|
||||
ports:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue