k-recipe2vec / backend /fly.toml
๊ฐ•๋ฏผ๊ท 
Refactor: Combine Backend and Frontend into Monorepo structure
9f03b39
raw
history blame contribute delete
656 Bytes
# 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 = "/"