There's not yet a proper way for services to join networks Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
9 lines
135 B
YAML
9 lines
135 B
YAML
db:
|
|
image: busybox:latest
|
|
command: top
|
|
web:
|
|
image: busybox:latest
|
|
command: top
|
|
console:
|
|
image: busybox:latest
|
|
command: top
|