Format fly.toml file
This commit is contained in:
@@ -10,28 +10,28 @@ kill_signal = 'SIGTERM'
|
|||||||
[build]
|
[build]
|
||||||
|
|
||||||
[env]
|
[env]
|
||||||
DATABASE_PATH = '/mnt/music_library/music_library_prod.db'
|
DATABASE_PATH = '/mnt/music_library/music_library_prod.db'
|
||||||
PHX_HOST = 'music-library.claudio-ortolina.org'
|
PHX_HOST = 'music-library.claudio-ortolina.org'
|
||||||
PORT = '8080'
|
PORT = '8080'
|
||||||
|
|
||||||
[[mounts]]
|
[[mounts]]
|
||||||
source = 'music_library'
|
source = 'music_library'
|
||||||
destination = '/mnt/music_library'
|
destination = '/mnt/music_library'
|
||||||
|
|
||||||
[http_service]
|
[http_service]
|
||||||
internal_port = 8080
|
internal_port = 8080
|
||||||
force_https = true
|
force_https = true
|
||||||
auto_stop_machines = 'stop'
|
auto_stop_machines = 'stop'
|
||||||
auto_start_machines = true
|
auto_start_machines = true
|
||||||
min_machines_running = 0
|
min_machines_running = 0
|
||||||
processes = ['app']
|
processes = ['app']
|
||||||
|
|
||||||
[http_service.concurrency]
|
[http_service.concurrency]
|
||||||
type = 'connections'
|
type = 'connections'
|
||||||
hard_limit = 1000
|
hard_limit = 1000
|
||||||
soft_limit = 1000
|
soft_limit = 1000
|
||||||
|
|
||||||
[[vm]]
|
[[vm]]
|
||||||
memory = '512mb'
|
memory = '512mb'
|
||||||
cpu_kind = 'shared'
|
cpu_kind = 'shared'
|
||||||
cpus = 1
|
cpus = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user