22 lines
467 B
TOML
22 lines
467 B
TOML
# 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"
|
|
primary_region = "bos"
|
|
kill_signal = "SIGINT"
|
|
kill_timeout = "5s"
|
|
|
|
[build]
|
|
|
|
[[mounts]]
|
|
source = "docker_data"
|
|
destination = "/data"
|
|
|
|
[[services]]
|
|
protocol = "tcp"
|
|
internal_port = 2375
|
|
|
|
[[services.ports]]
|
|
port = 2375
|