Merge branch 'master' of https://github.com/dbdd4us/compose into dbdd4us-master
This commit is contained in:
commit
14716bc2da
9 changed files with 217 additions and 10 deletions
13
tests/fixtures/networks/network-label.yml
vendored
Normal file
13
tests/fixtures/networks/network-label.yml
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
version: "2.1"
|
||||
|
||||
services:
|
||||
web:
|
||||
image: busybox
|
||||
command: top
|
||||
networks:
|
||||
- network_with_label
|
||||
|
||||
networks:
|
||||
network_with_label:
|
||||
labels:
|
||||
- "label_key=label_val"
|
||||
13
tests/fixtures/volumes/volume-label.yml
vendored
Normal file
13
tests/fixtures/volumes/volume-label.yml
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
version: "2.1"
|
||||
|
||||
services:
|
||||
web:
|
||||
image: busybox
|
||||
command: top
|
||||
volumes:
|
||||
- volume_with_label:/data
|
||||
|
||||
volumes:
|
||||
volume_with_label:
|
||||
labels:
|
||||
- "label_key=label_val"
|
||||
Loading…
Add table
Add a link
Reference in a new issue