diff --git a/fly.toml b/fly.toml index dcdfd345..240dec79 100644 --- a/fly.toml +++ b/fly.toml @@ -10,28 +10,28 @@ kill_signal = 'SIGTERM' [build] [env] - DATABASE_PATH = '/mnt/music_library/music_library_prod.db' - PHX_HOST = 'music-library.claudio-ortolina.org' - PORT = '8080' +DATABASE_PATH = '/mnt/music_library/music_library_prod.db' +PHX_HOST = 'music-library.claudio-ortolina.org' +PORT = '8080' [[mounts]] - source = 'music_library' - destination = '/mnt/music_library' +source = 'music_library' +destination = '/mnt/music_library' [http_service] - internal_port = 8080 - force_https = true - auto_stop_machines = 'stop' - auto_start_machines = true - min_machines_running = 0 - processes = ['app'] +internal_port = 8080 +force_https = true +auto_stop_machines = 'stop' +auto_start_machines = true +min_machines_running = 0 +processes = ['app'] - [http_service.concurrency] - type = 'connections' - hard_limit = 1000 - soft_limit = 1000 +[http_service.concurrency] +type = 'connections' +hard_limit = 1000 +soft_limit = 1000 [[vm]] - memory = '512mb' - cpu_kind = 'shared' - cpus = 1 +memory = '512mb' +cpu_kind = 'shared' +cpus = 1