first commit
This commit is contained in:
17
test/docker-compose.yml
Normal file
17
test/docker-compose.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
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: {}
|
||||
Reference in New Issue
Block a user