-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfly.toml
More file actions
31 lines (25 loc) · 686 Bytes
/
Copy pathfly.toml
File metadata and controls
31 lines (25 loc) · 686 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
# fly.toml app configuration file generated for linktrove on 2024-04-25T16:29:47-06:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = 'linktrove'
primary_region = 'gdl'
console_command = '/code/manage.py shell'
[build]
[deploy]
release_command = "./manage.py migrate"
[env]
PORT = '8000'
EMAIL_HOST = 'email-smtp.us-east-2.amazonaws.com'
DJANGO_SETTINGS_MODULE = 'config.settings.production'
[http_service]
internal_port = 8000
force_https = true
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 0
processes = ['app']
[[vm]]
memory = '1gb'
cpu_kind = 'shared'
cpus = 1