Initial commit

This commit is contained in:
Jason Feibelman 2025-03-26 16:37:04 -04:00
parent 42b9dfd7fa
commit 7c6984012a
2 changed files with 10 additions and 4 deletions

View file

@ -16,6 +16,7 @@ services:
dockerfile: app.dockerfile
environment:
- SEARXNG_API_URL=http://searxng:8080
- CHOKIDAR_USEPOLLING=true
ports:
- 3000:3000
networks:
@ -24,6 +25,7 @@ services:
- backend-dbstore:/home/perplexica/data
- uploads:/home/perplexica/uploads
- ./config.toml:/home/perplexica/config.toml
- ./:/home/perplexica
restart: unless-stopped
networks: