fly-apps/docker/fly.toml

23 lines
467 B
TOML
Raw Normal View History

2023-11-27 14:48:04 +00:00
# fly.toml app configuration file generated for burd-infra-docker-machine on 2023-11-22T14:28:06-05:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#
app = "burd-infra-docker-machine"
2023-11-27 14:48:04 +00:00
primary_region = "bos"
kill_signal = "SIGINT"
2023-11-27 14:48:04 +00:00
kill_timeout = "5s"
2023-11-27 14:48:04 +00:00
[build]
[[mounts]]
source = "docker_data"
2023-11-27 14:48:04 +00:00
destination = "/data"
[[services]]
protocol = "tcp"
internal_port = 2375
2023-11-27 14:48:04 +00:00
[[services.ports]]
port = 2375