-
-
Notifications
You must be signed in to change notification settings - Fork 545
Expand file tree
/
Copy pathfly.toml
More file actions
22 lines (18 loc) · 609 Bytes
/
fly.toml
File metadata and controls
22 lines (18 loc) · 609 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# fly.toml app configuration file generated for wrongsecrets on 2023-09-15T21:48:54+02:00
# this is an example which you can use if you have a paid account at fly.io as you need 512 MB ram.
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = "wrongsecrets"
primary_region = "ams"
[build]
image = "docker.io/jeroenwillemsen/wrongsecrets:1.13.2-no-vault"
[env]
K8S_ENV = "Fly(Docker)"
[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 0
processes = ["app"]