fly-apps/docker/fly.toml

10 lines
207 B
TOML
Raw Normal View History

2022-10-20 00:10:33 +00:00
# fly.toml file generated for docker-mat-services on 2022-10-19T18:24:52-04:00
app = "docker-mat-services"
2021-06-24 14:22:54 +00:00
kill_signal = "SIGINT"
kill_timeout = 5
2022-10-20 00:10:33 +00:00
[mounts]
2021-06-24 14:22:54 +00:00
destination = "/data"
2022-10-20 00:10:33 +00:00
source = "docker_data"