Skip to content

Commit 1dcdef5

Browse files
committed
forgot to commit this
1 parent 6252560 commit 1dcdef5

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

epicshop/fly.yaml

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
2+
#
3+
4+
app: 'epicweb-dev-advanced-vitest-patterns'
5+
primary_region: sjc
6+
kill_signal: SIGINT
7+
kill_timeout: 5s
8+
swap_size_mb: 512
9+
10+
experimental:
11+
auto_rollback: true
12+
13+
attached:
14+
secrets: {}
15+
16+
services:
17+
- processes:
18+
- app
19+
protocol: tcp
20+
internal_port: 8080
21+
22+
ports:
23+
- port: 80
24+
25+
handlers:
26+
- http
27+
force_https: true
28+
- port: 443
29+
30+
handlers:
31+
- tls
32+
- http
33+
34+
concurrency:
35+
type: connections
36+
hard_limit: 100
37+
soft_limit: 80
38+
39+
tcp_checks:
40+
- interval: 15s
41+
timeout: 2s
42+
grace_period: 1s
43+
44+
http_checks:
45+
- interval: 10s
46+
timeout: 2s
47+
grace_period: 5s
48+
method: get
49+
path: /resources/healthcheck
50+
protocol: http
51+
tls_skip_verify: false

0 commit comments

Comments
 (0)