# fly.toml app configuration file generated for flynet-butterfly-1123 on 2026-04-26T19:33:22+02:00 # # See https://fly.io/docs/reference/configuration/ for information about how to use this file. # app = 'flynet-butterfly-1123' primary_region = 'ams' [build] [env] SERVER_PORT = 80 SERVER_TLS_PORT = 443 [deploy] release_command = "/usr/bin/caddy validate" [[vm]] memory = '256mb' cpus = 1 memory_mb = 256 [[services]] internal_port = 80 protocol = "tcp" [[services.ports]] port = 80 [[services]] internal_port = 443 protocol = "tcp" [[services.ports]] port = 443 [mounts] source = "data" destination = "/data" initial_size = "1gb"