11 lines
156 B
YAML
11 lines
156 B
YAML
db:
|
|
image: busybox:latest
|
|
command: top
|
|
web:
|
|
image: busybox:latest
|
|
command: top
|
|
links:
|
|
- db:db
|
|
console:
|
|
image: busybox:latest
|
|
command: top
|