# fly.toml file for the Go server app = "mast-server" kill_signal = "SIGINT" kill_timeout = 5 primary_region = "sea" [build] dockerfile = "Dockerfile" build-target = "server" [env] [http_service] internal_port = 8080 force_https = true auto_stop_machines = true auto_start_machines = true min_machines_running = 0 processes = ["app"] [mounts] source = "server_data" destination = "/app/rooms"