feat(db): add migration script, migrate on each run

This commit is contained in:
ItzCrazyKns
2025-05-28 10:41:12 +05:30
parent 18da75ad97
commit 876487ad11
6 changed files with 25 additions and 3 deletions

View File

@ -16,6 +16,7 @@ services:
dockerfile: app.dockerfile
environment:
- SEARXNG_API_URL=http://searxng:8080
- DATA_DIR=/home/perplexica
ports:
- 3000:3000
networks: