Created
October 10, 2022 22:58
-
-
Save Erisa/123b56ea691ef679291f119920c08124 to your computer and use it in GitHub Desktop.
thelounge on fly
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# fly.toml file generated for lounge on 2022-10-10T20:05:47+01:00 | |
app = "lounge" | |
kill_signal = "SIGINT" | |
kill_timeout = 5 | |
processes = [] | |
[deploy] | |
strategy = "rolling" | |
[experimental] | |
allowed_public_ports = [] | |
auto_rollback = true | |
[[services]] | |
http_checks = [] | |
internal_port = 9000 | |
processes = ["app"] | |
protocol = "tcp" | |
script_checks = [] | |
[[services.ports]] | |
force_https = true | |
handlers = ["http"] | |
port = 80 | |
[[services.ports]] | |
handlers = ["tls", "http"] | |
port = 443 | |
[[services.tcp_checks]] | |
grace_period = "1s" | |
interval = "15s" | |
restart_limit = 0 | |
timeout = "2s" | |
[mounts] | |
source="lounge_data" | |
destination="/var/opt/thelounge" | |
[build] | |
image = "thelounge/thelounge" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment