Skip to content

Commit 7367ea2

Browse files
committed
chore(memory-infra): update prod-onPromise setup Elasticsearch and Kibana port
1 parent d6fc6e3 commit 7367ea2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

memory-infra/docker/prod/onPromise/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
dockerfile: Dockerfile_Elastic
88
container_name: memory-elasticsearch-prod
99
ports:
10-
- "9520:9200"
10+
- "9250:9200"
1111
- "9350:9300"
1212
environment:
1313
- discovery.type=single-node
@@ -38,9 +38,9 @@ services:
3838
image: docker.elastic.co/kibana/kibana:8.17.4
3939
container_name: memory-kibana-prod
4040
ports:
41-
- "9651:5601"
41+
- "5651:5601"
4242
environment:
43-
- ELASTICSEARCH_HOSTS=http://elasticsearch:9250
43+
- ELASTICSEARCH_HOSTS=http://elasticsearch:9200
4444
- ELASTICSEARCH_USERNAME=kibana_system
4545
- ELASTICSEARCH_PASSWORD=${KIBANA_PASSWORD}
4646
- xpack.security.enabled=true

0 commit comments

Comments
 (0)