ccclip/fly.toml

28 lines
626 B
TOML
Raw Normal View History

2023-11-10 10:35:45 +00:00
# fly.toml app configuration file generated for dark-paper-8180 on 2023-11-10T08:23:22Z
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = "dark-paper-8180"
primary_region = "sea"
[build]
dockerfile = "./cmd/server/Dockerfile"
[env]
CCCLIP_LOAD_RAW_KEYS = "true"
CCCLIP_PORT = "3000"
CCCLIP_DATABASE_LOCATION = "/litefs/ccclip.db"
[mounts]
source = "litefs"
destination = "/var/lib/litefs"
[http_service]
internal_port = 8080
2023-11-10 16:23:48 +00:00
force_https = true
2023-11-10 10:35:45 +00:00
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 1
processes = ["app"]