Skip to content

Commit

Permalink
Switch noop container to alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanBaulch committed Sep 3, 2024
1 parent d7b50f3 commit a823b2e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
image: ${OSS_IMAGE}
hostname: elasticsearch
container_name: elasticsearch
networks:
networks:
- elasticsearch # used by ESv6 kibana
environment:
- cluster.name=elasticsearch
Expand All @@ -28,7 +28,7 @@ services:
ports:
- 9200:9200
xpack:
image: ${XPACK_IMAGE:-rwgrim/docker-noop}
image: ${XPACK_IMAGE:-alpine}
hostname: elasticsearch-xpack
container_name: elasticsearch-xpack
environment:
Expand All @@ -55,7 +55,7 @@ services:
ports:
- 9210:9210
opendistro:
image: ${ES_OPENDISTRO_IMAGE:-rwgrim/docker-noop}
image: ${ES_OPENDISTRO_IMAGE:-alpine}
hostname: elasticsearch-opendistro
container_name: elasticsearch-opendistro
environment:
Expand All @@ -79,7 +79,7 @@ services:
ports:
- 9220:9220
xpack-kibana:
image: ${XPACK_IMAGE:-rwgrim/docker-noop}
image: ${XPACK_IMAGE:-alpine}
networks:
- elasticsearch # used by ESv7 kibana
environment:
Expand All @@ -101,7 +101,7 @@ services:
ports:
- 9230:9230
kibana:
image: ${ES_KIBANA_IMAGE:-rwgrim/docker-noop}
image: ${ES_KIBANA_IMAGE:-alpine}
networks:
- elasticsearch
links:
Expand Down

0 comments on commit a823b2e

Please sign in to comment.