Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 724 Bytes

File metadata and controls

18 lines (13 loc) · 724 Bytes

UptimeKuma on Fly.io - status.zac.gg

This dir holds the fly.toml config file to deploy the UptimeKuma container to fly.io. This includes a 1CPU/1GB VM and a small volume mount to hold the UptimeKuma DB long term.

Managing the app deployment

Use standard fly.io commands to run/stop the container:

# Deploy the container to fly based on the fly.toml config
fly deploy

# scale the existing app to 0 (stop the service)
fly scale --app zacs-uptime-kuma count=0

# scale the existing app to 1 (start the service)
fly scale --app zacs-uptime-kuma count=1

FYI: To access the Fly.io VM directly to upload/download UptimeKuma data files, look at the fly.io docs