mirror of
https://github.com/Lissy93/web-check.git
synced 2025-06-03 17:05:43 +02:00
Adds a fly.toml for deploying to fly.io
This commit is contained in:
parent
7557cb9b3a
commit
91404d1c44
17
fly.toml
Normal file
17
fly.toml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
app = 'web-check'
|
||||||
|
primary_region = 'lhr'
|
||||||
|
|
||||||
|
[build]
|
||||||
|
|
||||||
|
[http_service]
|
||||||
|
internal_port = 3000
|
||||||
|
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
|
Loading…
x
Reference in New Issue
Block a user