chore: db file compatibility (#228)

This commit is contained in:
kimatata
2025-05-25 10:13:57 +09:00
committed by GitHub
parent 13e0727914
commit 3475b3863c
5 changed files with 27 additions and 11 deletions

View File

@@ -9,7 +9,7 @@ services:
- SECRET_KEY=your_secret_key_here
- IS_DEMO=false # set to true to seed the database
volumes:
- db-data:/app/database
- db-data:/app/backend/database
volumes:
db-data: