This commit is contained in:
@@ -33,6 +33,13 @@ python -m scripts.bootstrap_admin
|
||||
curl -fsS http://127.0.0.1:8000/ready
|
||||
```
|
||||
|
||||
If port `8000` is already used on the host, set `APP_PORT` in `.env` and point the reverse proxy to that local port:
|
||||
|
||||
```bash
|
||||
APP_PORT=8010
|
||||
curl -fsS http://127.0.0.1:8010/ready
|
||||
```
|
||||
|
||||
The default compose stack includes Postgres, Redis, API and bot services with health checks, restart policies and log rotation.
|
||||
Telegram notifications are the primary pilot notification channel. Browser push currently stores subscriptions and is treated as beta until server-side Web Push delivery is enabled.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user