Spaces:
Running
Running
| app = "titanicexplainer" | |
| primary_region = "ord" | |
| [build] | |
| dockerfile = "Dockerfile" | |
| [http_service] | |
| internal_port = 8080 | |
| force_https = true | |
| auto_stop_machines = "off" | |
| auto_start_machines = true | |
| min_machines_running = 1 | |
| processes = ["app"] | |
| [[http_service.checks]] | |
| interval = "15s" | |
| timeout = "5s" | |
| grace_period = "10s" | |
| method = "GET" | |
| path = "/proxy_health" | |
| [[vm]] | |
| cpu_kind = "shared" | |
| cpus = 1 | |
| memory = "256mb" | |