Add captain-definition for service configuration

This commit is contained in:
2026-01-26 05:48:55 +00:00
committed by GitHub
parent 066578781c
commit e16dcc9d12

View File

@@ -0,0 +1,17 @@
{
"schemaVersion": 2,
"dockerfilePath": "./Dockerfile",
"serviceUpdateOverride": {
"TaskTemplate": {
"ContainerSpec": {
"Mounts": [
{
"Type": "bind",
"Source": "/var/run/docker.sock",
"Target": "/var/run/docker.sock"
}
]
}
}
}
}