mirror of
https://github.com/chatopera/cosin.git
synced 2025-08-01 16:38:02 +08:00
#51 fix deps error in docker-compose.yml
This commit is contained in:
parent
a87128ecbe
commit
c9a3baea30
@ -26,6 +26,7 @@ services:
|
|||||||
|
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
image: "elasticsearch:2.4.6"
|
image: "elasticsearch:2.4.6"
|
||||||
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- $PWD/elasticsearch/data:/usr/share/elasticsearch/data
|
- $PWD/elasticsearch/data:/usr/share/elasticsearch/data
|
||||||
- $PWD/elasticsearch/config:/usr/share/elasticsearch/config
|
- $PWD/elasticsearch/config:/usr/share/elasticsearch/config
|
||||||
@ -70,4 +71,5 @@ services:
|
|||||||
- SPRING_DATA_ELASTICSEARCH_REPOSITORIES_ENABLED=true
|
- SPRING_DATA_ELASTICSEARCH_REPOSITORIES_ENABLED=true
|
||||||
depends_on:
|
depends_on:
|
||||||
- mysql
|
- mysql
|
||||||
- redis
|
- redis
|
||||||
|
- elasticsearch
|
Loading…
x
Reference in New Issue
Block a user