GitDeployHub

briankariuki/evd-surveillance-scripts

github.com/briankariuki/evd-surveillance-scripts ↗
Python
10 environment variables found in .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
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/briankariuki/evd-surveillance-scripts
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/briankariuki/evd-surveillance-scripts
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/briankariuki/evd-surveillance-scripts
Or deploy to a different host
← Try another repo