-
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathfly.toml
More file actions
35 lines (29 loc) · 679 Bytes
/
fly.toml
File metadata and controls
35 lines (29 loc) · 679 Bytes
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
# fly.toml app configuration file generated for medama on 2024-06-12T18:13:43+01:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = 'medama'
primary_region = 'lhr'
swap_size_mb = 1024
[build]
image = 'ghcr.io/medama-io/medama:edge'
[env]
ANALYTICS_DATABASE_HOST = '/db/analytics.db'
APP_DATABASE_HOST = '/db/app.db'
PORT = '8080'
LEVEL = 'debug'
DEMO_MODE = 'true'
PROFILER = 'true'
[[mounts]]
source = 'medama_db'
destination = '/db'
[http_service]
internal_port = 8080
force_https = true
auto_start_machines = true
min_machines_running = 1
processes = ['app']
[[vm]]
memory = '1024mb'
cpu_kind = 'shared'
cpus = 1