- Define command and subcommands only once - Use annotations for k8s or swarm specific flags or subcommands Signed-off-by: Vincent Demeester <vincent@sbr.pm>
30 lines
570 B
Plaintext
30 lines
570 B
Plaintext
{
|
|
"Services": {
|
|
"visualizer": {
|
|
"Image": "busybox@sha256:32f093055929dbc23dec4d03e09dfe971f5973a9ca5cf059cbfb644c206aa83f",
|
|
"Networks": [
|
|
"webnet"
|
|
],
|
|
"Ports": [
|
|
{
|
|
"Port": 8080,
|
|
"Protocol": "tcp"
|
|
}
|
|
]
|
|
},
|
|
"web": {
|
|
"Image": "busybox@sha256:32f093055929dbc23dec4d03e09dfe971f5973a9ca5cf059cbfb644c206aa83f",
|
|
"Networks": [
|
|
"webnet"
|
|
],
|
|
"Ports": [
|
|
{
|
|
"Port": 80,
|
|
"Protocol": "tcp"
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"Version": "0.1"
|
|
}
|