blob: 45f70ee130dde654714f167d16ca6bec29f0299b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
# fly.toml app configuration file generated for alanpearce-eu on 2024-06-19T15:17:02+02:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = "alanpearce-eu"
primary_region = "ams"
[build]
image = "registry.fly.io/alanpearce-eu"
[env]
PORT = "80"
TLS = "true"
[[services]]
internal_port = 80
[services.concurrency]
type = "requests"
soft_limit = 15000
[[services.ports]]
port = 80
[[services]]
internal_port = 443
[[services.ports]]
port = 443
[services.concurrency]
type = "requests"
soft_limit = 15000
[[vm]]
size = "shared-cpu-1x"
[[restart]]
policy = "always"
|