Added common name to each of the Docker Compose configurations so that the volumes could be shared across different workloads.
This commit is contained in:
parent
56d93eab9a
commit
d26fb78cc2
|
@ -1,3 +1,4 @@
|
||||||
|
name: nm3clol
|
||||||
services:
|
services:
|
||||||
solr-init:
|
solr-init:
|
||||||
image: alpine
|
image: alpine
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
name: nm3clol
|
||||||
services:
|
services:
|
||||||
solr-init:
|
solr-init:
|
||||||
image: alpine
|
image: alpine
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
name: nm3clol
|
||||||
services:
|
services:
|
||||||
tika:
|
tika:
|
||||||
image: apache/tika:latest-full
|
image: apache/tika:latest-full
|
||||||
|
|
Loading…
Reference in New Issue
Block a user