Spaces:
Sleeping
Sleeping
File size: 656 Bytes
f0a4b63 | 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 | # fly.toml app configuration file generated for k-recipe2vec
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = 'k-recipe2vec'
primary_region = 'sjc'
[build]
[http_service]
internal_port = 8080
force_https = true
auto_stop_machines = 'stop'
auto_start_machines = true
min_machines_running = 1
processes = ['app']
[[vm]]
memory = '512mb'
cpus = 1
cpu_kind = 'shared'
swap_size_mb = 512
[[services.http_checks]]
interval = "10s"
timeout = "5s"
grace_period = "600s" # ์ค์: ์ฑ ์์ ๋๊ธฐ ์๊ฐ์ 10๋ถ์ผ๋ก ์ค์
restart_limit = 0
method = "get"
path = "/"
|