mirror of
https://github.com/hoverkraft-tech/compose-action.git
synced 2026-01-09 14:13:06 +08:00
18 lines
350 B
YAML
18 lines
350 B
YAML
services:
|
|
service-a:
|
|
image: busybox
|
|
command: ["tail", "-f", "/dev/null"]
|
|
volumes:
|
|
- test_volume:/test:Z
|
|
service-b:
|
|
image: busybox
|
|
command: ["tail", "-f", "/dev/null"]
|
|
profiles: [profile-1]
|
|
service-c:
|
|
image: busybox
|
|
command: ["tail", "-f", "/dev/null"]
|
|
profiles: [profile-2]
|
|
|
|
volumes:
|
|
test_volume: {}
|