Skip to content

Commit

Permalink
Add some fly configurations (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
Akzuu authored Feb 3, 2024
1 parent 9b18e32 commit 7844f52
Showing 1 changed file with 6 additions and 12 deletions.
18 changes: 6 additions & 12 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,6 @@
app = "tayttopaikka-ui"
primary_region = "ams"

kill_signal = "SIGINT"
kill_timeout = 5
processes = []

[env]

[experimental]
allowed_public_ports = []
auto_rollback = true

[[services]]
http_checks = []
internal_port = 80
Expand All @@ -36,12 +26,16 @@ processes = []
port = 443

[[services.tcp_checks]]
grace_period = "1s"
grace_period = "10s"
interval = "15s"
restart_limit = 0
timeout = "2s"

[[statics]]
guest_path = "/usr/share/nginx/html/"
url_prefix = "/"


[http_service]
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 1

0 comments on commit 7844f52

Please sign in to comment.