mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-27 01:13:27 +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:
|
volumes:
|
||||||
- db:/data/db
|
- db:/data/db
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:27017:27017
|
- 27017:27017
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
minio:
|
minio:
|
||||||
image: 'minio/minio'
|
image: 'minio/minio'
|
||||||
@ -26,7 +26,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- elastic:/usr/share/elasticsearch/data
|
- elastic:/usr/share/elasticsearch/data
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:9200:9200
|
- 9200:9200
|
||||||
environment:
|
environment:
|
||||||
- ELASTICSEARCH_PORT_NUMBER=9200
|
- ELASTICSEARCH_PORT_NUMBER=9200
|
||||||
- BITNAMI_DEBUG=true
|
- BITNAMI_DEBUG=true
|
||||||
@ -70,7 +70,7 @@ services:
|
|||||||
- mongodb
|
- mongodb
|
||||||
- elastic
|
- elastic
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:3333:3333
|
- 3333:3333
|
||||||
environment:
|
environment:
|
||||||
- ELASTIC_URL=http://elastic:9200
|
- ELASTIC_URL=http://elastic:9200
|
||||||
- MONGO_URL=mongodb://mongodb:27017
|
- MONGO_URL=mongodb://mongodb:27017
|
||||||
|
Loading…
Reference in New Issue
Block a user