fix(testserver): store database in /data partition

This allows testing version migrations by simply mounting the volume into
a container with a different image.
pull/142/head
Xiretza 2 years ago
parent c7d1de31a1
commit 2028aea6ba

@ -9,4 +9,4 @@ allowed_host1 = *
[database]
engine = django.db.backends.sqlite3
name = /db.sqlite3
name = /data/db.sqlite3

Loading…
Cancel
Save