Update deployment
This commit is contained in:
parent
12d5c02203
commit
e32e46a7a2
1 changed files with 9 additions and 12 deletions
21
fly.toml
21
fly.toml
|
@ -1,10 +1,10 @@
|
|||
# fly.toml app configuration file generated for anonchat-aged-dream-6548 on 2025-04-01T20:20:08+02:00
|
||||
# fly.toml app configuration file generated for anonsubmit on 2025-04-03T18:42:03+02:00
|
||||
#
|
||||
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
|
||||
#
|
||||
|
||||
app = 'anonchat-aged-dream-6548'
|
||||
primary_region = 'ams'
|
||||
app = 'anonsubmit'
|
||||
primary_region = 'arn'
|
||||
|
||||
[build]
|
||||
|
||||
|
@ -19,15 +19,12 @@ primary_region = 'ams'
|
|||
min_machines_running = 1
|
||||
processes = ['app']
|
||||
|
||||
[[http_service.checks]]
|
||||
grace_period = "10s"
|
||||
interval = "30s"
|
||||
method = "GET"
|
||||
timeout = "5s"
|
||||
path = "/"
|
||||
[[http_service.checks]]
|
||||
interval = '30s'
|
||||
timeout = '5s'
|
||||
grace_period = '10s'
|
||||
method = 'GET'
|
||||
path = '/'
|
||||
|
||||
[[vm]]
|
||||
size = 'shared-cpu-1x'
|
||||
memory = '256mb'
|
||||
cpu_kind = 'shared'
|
||||
cpus = 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue