Skip to content

Commit 6d47e2e

Browse files
committed
Add the external volumes just created in the commands to the yaml files
1 parent e81214d commit 6d47e2e

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

build/dist/docker-compose-db8.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
volumes:
22
dockerdev-mysql8-volume:
3+
external: true
34

45
services:
56
db8:

build/dist/docker-compose-elasticsearch.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
volumes:
2+
dockerdev-elasticsearch7-volume:
3+
external: true
4+
15
services:
26
elasticsearch6:
37
build:
@@ -6,4 +10,3 @@ services:
610
- FROM_TAG=6.5.4
711
environment:
812
- "discovery.type=single-node"
9-

build/dist/docker-compose-elasticsearch7.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
volumes:
2+
dockerdev-elasticsearch6-volume:
3+
external: true
4+
15
services:
26
elasticsearch7:
37
build:
@@ -6,4 +10,3 @@ services:
610
- FROM_TAG=7.4.2
711
environment:
812
- "discovery.type=single-node"
9-

0 commit comments

Comments
 (0)