.env.example
Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.
DAGSTER_WEB_PORT
MINIO_ENDPOINT_URL
MinIO connection (from inside containers, host.docker.internal = the host)
MINIO_ACCESS_KEY
secret
MINIO_SECRET_KEY
secret
BUCKET_URL
LIMS_API_TOKEN
secret
LIMS API token
CBS_API_KEY
secret
CBS Integration API key (Admin -> API Keys in the CBS web app).
KRCS_EVD_SCREENING_BASE_URL
KRCS Data Capture Forms (Frappe) API
KRCS_EVD_SCREENING_API_KEY
secret
KRCS_EVD_SCREENING_API_SECRET
secret
brew install flyctl && fly launch --from https://github.com/briankariuki/evd-surveillance-scripts
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/briankariuki/evd-surveillance-scripts
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/briankariuki/evd-surveillance-scripts