14 lines
226 B
TOML
14 lines
226 B
TOML
|
app = "burd-infra-docker-machine"
|
||
|
kill_signal = "SIGINT"
|
||
|
kill_timeout = 5
|
||
|
|
||
|
[mounts]
|
||
|
destination = "/data"
|
||
|
source = "docker_data"
|
||
|
|
||
|
[[services]]
|
||
|
protocol = "tcp"
|
||
|
internal_port = 2375
|
||
|
[[services.ports]]
|
||
|
port = 2375
|