34 lines
684 B
TOML
34 lines
684 B
TOML
# fly.toml app configuration file generated for score-the-pigs on 2025-03-14T17:23:47-04:00
|
|
#
|
|
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
|
|
#
|
|
|
|
app = 'score-the-pigs'
|
|
primary_region = 'mia'
|
|
|
|
[build]
|
|
|
|
[[mounts]]
|
|
source = 'score_the_pigs_data'
|
|
destination = '/storage'
|
|
|
|
[[services]]
|
|
internal_port = 8080
|
|
protocol = 'tcp'
|
|
force_https = true
|
|
auto_stop_machines = 'stop'
|
|
auto_start_machines = true
|
|
min_machines_running = 0
|
|
|
|
[[services.ports]]
|
|
handlers = ["http"]
|
|
port = 80
|
|
force_https = true
|
|
|
|
[[services.ports]]
|
|
handlers = ["tls", "http"]
|
|
port = 443
|
|
|
|
[[vm]]
|
|
size = 'shared-cpu-1x'
|
|
memory= '512mb'
|