fix deploy
This commit is contained in:
4
start.sh
4
start.sh
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user