Merge branch 'dev/master' into merge_branch

This commit is contained in:
Jason Feibelman 2025-03-27 16:21:24 -04:00 committed by GitHub
commit 5fc4c97c0b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 19 additions and 9 deletions

View file

@ -18,6 +18,10 @@ services:
- .env # env variables for auth0
environment:
- SEARXNG_API_URL=http://searxng:8080
- CHOKIDAR_USEPOLLING=true
- NEXT_PUBLIC_AWS_DB_API_URL=https://lyxeetk4w1.execute-api.us-east-1.amazonaws.com/default/getFromStockalyzerDB
- NEXT_PUBLIC_AWS_DB_API_KEY=0KcuAyP5zT8kk2vW4MXAU9lMi52Yorti4vRwLwia
- NODE_ENV=development
ports:
- 3000:3000
networks:
@ -26,6 +30,8 @@ services:
- backend-dbstore:/home/perplexica/data
- uploads:/home/perplexica/uploads
- ./config.toml:/home/perplexica/config.toml
- ./src:/home/perplexica/src
- ./public:/home/perplexica/public
restart: unless-stopped
networks: