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"
|
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:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue