fix: make database persistent
This commit is contained in:
@@ -8,3 +8,5 @@ services:
|
|||||||
DISCORD_TOKEN:
|
DISCORD_TOKEN:
|
||||||
TTS_AZURE_KEY:
|
TTS_AZURE_KEY:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- ./db.sqlite:/app/db.sqlite
|
||||||
Reference in New Issue
Block a user