Update fly.toml

This commit is contained in:
elia 2024-10-03 16:25:41 +02:00 committed by GitHub
parent 2bf76ba285
commit 69206fd301
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,3 +18,10 @@ gpus = 1
[[files]]
guest_path = "/start.sh"
local_path = "start.sh"
[[services]]
internal_port = 8000
protocol = "tcp"
auto_stop_machines = "stop"
auto_start_machines = true
min_machines_running = 0