compose-action/test/docker-compose.yml
Il Sub Bang 78f44f26f9 test: --abort-on-container-exit option
Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
2024-04-03 11:38:21 +02:00

20 lines
366 B
YAML

version: "3.8"
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: {}