mirror of
https://github.com/livebook-dev/livebook.git
synced 2024-11-13 11:22:30 +08:00
25 lines
370 B
TOML
25 lines
370 B
TOML
|
app = "livebook-space"
|
||
|
|
||
|
kill_signal = "SIGTERM"
|
||
|
kill_timeout = 5
|
||
|
|
||
|
[env]
|
||
|
|
||
|
[[services]]
|
||
|
internal_port = 4000
|
||
|
protocol = "tcp"
|
||
|
|
||
|
[[services.ports]]
|
||
|
handlers = ["http"]
|
||
|
port = 80
|
||
|
|
||
|
[[services.ports]]
|
||
|
handlers = ["tls", "http"]
|
||
|
port = 443
|
||
|
|
||
|
[[services.tcp_checks]]
|
||
|
grace_period = "30s"
|
||
|
interval = "15s"
|
||
|
restart_limit = 6
|
||
|
timeout = "2s"
|