Files
git.planetrenox.com/fly.toml
2025-09-11 02:32:20 -07:00

20 lines
324 B
TOML

primary_region = "lax"
[build]
dockerfile = "Dockerfile"
[[mounts]]
source = "gitea_data"
destination = "/data"
[[services]]
internal_port = 3000
processes = ["app"]
protocol = "tcp"
[[services.ports]]
handlers = ["http"]
port = 80
[[services.ports]]
handlers = ["tls", "http"]
port = 443