We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b33232 commit 0a6616eCopy full SHA for 0a6616e
docker-compose.yml
@@ -14,7 +14,7 @@ services:
14
- RELOAD=true
15
- ENVIRONMENT=local
16
- WEB_CONCURRENCY=10
17
- - ES_HOST=172.17.0.1
+ - ES_HOST=elasticsearch
18
- ES_PORT=9200
19
- ES_USE_SSL=false
20
- ES_VERIFY_CERTS=false
@@ -32,6 +32,7 @@ services:
32
elasticsearch:
33
container_name: es-container
34
image: docker.elastic.co/elasticsearch/elasticsearch:${ELASTICSEARCH_VERSION:-8.11.0}
35
+ hostname: elasticsearch
36
environment:
37
ES_JAVA_OPTS: -Xms512m -Xmx1g
38
volumes:
0 commit comments