File tree Expand file tree Collapse file tree 4 files changed +1
-367
lines changed
Expand file tree Collapse file tree 4 files changed +1
-367
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11#! /bin/bash
2- # Starts the main FastAPI server and a background healthcheck script.
3-
4- echo " Starting healthcheck monitoring script in the background..."
5- python main/scripts/healthcheck.py &
2+ # Starts the main FastAPI server
63
74echo " Starting main Uvicorn server..."
85# The --forwarded-allow-ips='*' is important for running behind a reverse proxy like Render's
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -44,16 +44,6 @@ stdout_logfile_maxbytes=0
4444stderr_logfile=/dev/stderr
4545stderr_logfile_maxbytes=0
4646
47- [program:healthcheck]
48- command=python -m main.scripts.healthcheck
49- directory=/app
50- autostart=true
51- autorestart=true
52- stdout_logfile=/dev/stdout
53- stdout_logfile_maxbytes=0
54- stderr_logfile=/dev/stderr
55- stderr_logfile_maxbytes=0
56-
5747# --- MCP Servers ---
5848
5949[program:mcp-accuweather]
You can’t perform that action at this time.
0 commit comments