-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProcfile.dev
More file actions
25 lines (21 loc) · 1.03 KB
/
Copy pathProcfile.dev
File metadata and controls
25 lines (21 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Aeroza dev stack — read by `make start` (honcho).
#
# Each line is `<name>: <command>`. honcho prefixes every line of output
# with the process name so you can tell which worker said what. Ctrl+C
# stops everything in one shot.
#
# Light services (no system deps) run by default. Heavy workers that
# need optional extras are commented out — uncomment after installing
# the right extra (see README "Optional extras").
api: uv run uvicorn aeroza.main:app --reload --host 0.0.0.0 --port 8000
web: npm --prefix web run dev
alerts: uv run aeroza-ingest-alerts
mrms: uv run aeroza-ingest-mrms
metar: uv run aeroza-ingest-metar
webhooks: uv run aeroza-dispatch-webhooks
# --- Optional. Uncomment after `uv sync --extra grib`: ---
# materialise: uv run aeroza-materialise-mrms
# --- Optional. Uncomment after `uv sync --extra grib`: ---
# verify: uv run aeroza-verify-nowcasts
# --- Optional. Uncomment after `uv sync --extra grib --extra nowcast`: ---
# nowcast: uv run aeroza-nowcast-mrms --algorithm persistence