Skip to content

Instantly share code, notes, and snippets.

@Erisa
Created October 10, 2022 22:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Erisa/123b56ea691ef679291f119920c08124 to your computer and use it in GitHub Desktop.
Save Erisa/123b56ea691ef679291f119920c08124 to your computer and use it in GitHub Desktop.
thelounge on fly
# 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