Update deployment

This commit is contained in:
Minecon724 2025-04-04 07:32:35 +02:00
commit e32e46a7a2
Signed by untrusted user who does not match committer: m724
GPG key ID: A02E6E67AB961189

View file

@ -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. # See https://fly.io/docs/reference/configuration/ for information about how to use this file.
# #
app = 'anonchat-aged-dream-6548' app = 'anonsubmit'
primary_region = 'ams' primary_region = 'arn'
[build] [build]
@ -20,14 +20,11 @@ primary_region = 'ams'
processes = ['app'] processes = ['app']
[[http_service.checks]] [[http_service.checks]]
grace_period = "10s" interval = '30s'
interval = "30s" timeout = '5s'
method = "GET" grace_period = '10s'
timeout = "5s" method = 'GET'
path = "/" path = '/'
[[vm]] [[vm]]
size = 'shared-cpu-1x' size = 'shared-cpu-1x'
memory = '256mb'
cpu_kind = 'shared'
cpus = 1