Update docker-compose.yaml (#791)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev 2022-01-11 16:11:14 +07:00 committed by GitHub
parent 2bbf921fde
commit 7dd0aaa653
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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