Skip to content

hophamlam/portainer-fly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

A Portainer client to watch other Agent

Create a 1Gb volume for portainer

fly volumes create hophamlam_portainer_vol --region sin --size 1

Paste the volume name to [mount] part in fly.toml. Example:

[mounts]
  destination = "/app/data"
  source = "hophamlam_portainer_vol"
flyctl deploy

Add custom domain

Change into your domain + Use CNAME to point your domain to auto-generated fly.clio app url

flyctl certs create status.mydomain.com

Do the same with www.status.mydomain.com

About

A guide to deploy a uptime-kuma docker instance on Fly.io

Topics

Resources

Stars

Watchers

Forks