fix deploy

This commit is contained in:
2026-03-30 18:30:36 +02:00
parent 18e360c70a
commit c9a777b5fb
6 changed files with 145 additions and 16 deletions

View File

@@ -22,10 +22,10 @@ echo "[start] Starting ttyd terminal (db)..."
ttyd --port 7681 --writable duckdb -readonly --init /app/ssh_init.sql /app/data/basedosdados.duckdb &
echo "[start] Starting ttyd terminal (ask)..."
ttyd --port 7682 --writable /app/ask &
PROMPT_FILE=/app/system_prompt.md ttyd --port 7682 --writable /app/ask &
echo "[start] Starting auth service..."
python3 /app/shell/auth.py &
python3 /app/auth.py &
echo "[start] Starting Caddy..."
exec caddy run --config /app/Caddyfile --adapter caddyfile