You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
497 B
TOML
30 lines
497 B
TOML
# fly.toml file generated for ent on 2022-08-31T13:39:30+09:00
|
|
|
|
app = "ent"
|
|
kill_signal = "SIGINT"
|
|
kill_timeout = 5
|
|
|
|
[build]
|
|
builder = "paketobuildpacks/builder:base"
|
|
buildpacks = ["gcr.io/paketo-buildpacks/go"]
|
|
|
|
[env]
|
|
PORT = "8080"
|
|
|
|
[processes]
|
|
api = "bin/t"
|
|
|
|
[[services]]
|
|
internal_port = 8080
|
|
processes = ["api"]
|
|
protocol = "tcp"
|
|
|
|
[[services.ports]]
|
|
force_https = true
|
|
handlers = ["http"]
|
|
port = 80
|
|
|
|
[[services.ports]]
|
|
handlers = ["tls", "http"]
|
|
port = 443
|