mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
31 lines
561 B
TOML
31 lines
561 B
TOML
app = "semantica-knowledge-explorer"
|
|
primary_region = "iad"
|
|
kill_signal = "SIGTERM"
|
|
kill_timeout = "30s"
|
|
|
|
[build]
|
|
dockerfile = "Dockerfile"
|
|
|
|
[env]
|
|
ALLOWED_ORIGINS = "https://semantica-knowledge-explorer.fly.dev"
|
|
FALKORDB_HOST = "localhost"
|
|
FALKORDB_PORT = "6379"
|
|
|
|
[http_service]
|
|
internal_port = 8000
|
|
force_https = true
|
|
auto_stop_machines = "stop"
|
|
auto_start_machines = true
|
|
min_machines_running = 0
|
|
|
|
[[http_service.checks]]
|
|
grace_period = "20s"
|
|
interval = "30s"
|
|
method = "GET"
|
|
timeout = "5s"
|
|
path = "/api/health"
|
|
|
|
[[vm]]
|
|
size = "shared-cpu-1x"
|
|
memory = "512mb"
|