aboutsummaryrefslogtreecommitdiff
path: root/cmd/robocadey2/fly.toml
blob: 799ac1f05a393efa59b6f3be454437ec63bfec9b (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
app = "xe-robocadey2"

kill_signal = "SIGINT"
kill_timeout = 5
processes = []

[deploy]
  strategy = "immediate"

[build]
  image = "registry.fly.io/xe-robocadey2:latest"

[env]
  STATE = "/data/robocadey2"

[experimental]
  allowed_public_ports = []
  auto_rollback = true

[mounts]
  source="robocadey2_state"
  destination="/data"

[metrics]
port = 8080
path = "/.within/metrics"