deploy : current attempt at backend dockerization

This commit is contained in:
martin legrand
2025-05-25 21:19:18 +02:00
parent 6d053cc3a5
commit 16b8f1a451
10 changed files with 170 additions and 35 deletions
+3 -1
View File
@@ -1,4 +1,6 @@
SEARXNG_BASE_URL="http://127.0.0.1:8080"
OPENAI_API_KEY='xxxxx'
DEEPSEEK_API_KEY='xxxxx'
OPENROUTER_API_KEY='xxxxx'
OPENROUTER_API_KEY='xxxxx'
BACKEND_PORT=8000
WORK_DIR="/tmp/"