Openstatus www.openstatus.dev
at 552ff64ccfdc1d64cbb4ed6bec9b157e937e2ed3 33 lines 583 B view raw
1# fly.toml app configuration file generated for ssh-server-status on 2025-09-16T08:46:39+02:00 2# 3# See https://fly.io/docs/reference/configuration/ for information about how to use this file. 4# 5 6app = 'ssh-server-status' 7primary_region = 'cdg' 8 9[build] 10 dockerfile = './Dockerfile' 11 12 13 14[[services]] 15 internal_port = 2222 16 protocol = "tcp" 17 auto_stop_machines = true 18 auto_start_machines = true 19 [[services.ports]] 20 port = 22 21 22 23[env] 24 PORT = "2222" 25 26[mounts] 27 source = "ssh_key" 28 destination = "/data" 29 30 31[[vm]] 32 size = 'shared-cpu-1x' 33 memory = '256MB'