add raw csv and fly configs

absences
William Perron 2 years ago
parent 37ff4f0183
commit d29b53d007
No known key found for this signature in database
GPG Key ID: D1815C43C9BA3DE1

@ -0,0 +1 @@
FROM nginx:latest

@ -1,2 +1,3 @@
# themis # themis
Discord App
Discord App to allow EU4 players to take claims on regions and provinces.

File diff suppressed because it is too large Load Diff

@ -0,0 +1,38 @@
# fly.toml file generated for themis on 2022-08-29T12:41:43-04:00
app = "themis"
kill_signal = "SIGINT"
kill_timeout = 5
processes = []
[env]
[experimental]
allowed_public_ports = []
auto_rollback = true
[[services]]
http_checks = []
internal_port = 80
processes = ["app"]
protocol = "tcp"
script_checks = []
[services.concurrency]
hard_limit = 25
soft_limit = 20
type = "connections"
[[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"
Loading…
Cancel
Save