mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-26 13:47:26 +03:00
Update docker-compose.yaml (#791)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
2bbf921fde
commit
7dd0aaa653
@ -9,7 +9,7 @@ services:
|
||||
volumes:
|
||||
- db:/data/db
|
||||
ports:
|
||||
- 127.0.0.1:27017:27017
|
||||
- 27017:27017
|
||||
restart: unless-stopped
|
||||
minio:
|
||||
image: 'minio/minio'
|
||||
@ -26,7 +26,7 @@ services:
|
||||
volumes:
|
||||
- elastic:/usr/share/elasticsearch/data
|
||||
ports:
|
||||
- 127.0.0.1:9200:9200
|
||||
- 9200:9200
|
||||
environment:
|
||||
- ELASTICSEARCH_PORT_NUMBER=9200
|
||||
- BITNAMI_DEBUG=true
|
||||
@ -70,7 +70,7 @@ services:
|
||||
- mongodb
|
||||
- elastic
|
||||
ports:
|
||||
- 127.0.0.1:3333:3333
|
||||
- 3333:3333
|
||||
environment:
|
||||
- ELASTIC_URL=http://elastic:9200
|
||||
- MONGO_URL=mongodb://mongodb:27017
|
||||
|
Loading…
Reference in New Issue
Block a user