Skip to content
Snippets Groups Projects
Commit 4ac3ed09 authored by Jan David Mol's avatar Jan David Mol
Browse files

Add container for ELK stack

parent 0893a6f7
No related branches found
No related tags found
1 merge request!7Resolve #2021 "03 16 branched from master elk stack"
#
# Docker compose file that launches an ELK stack.
# See https://elk-docker.readthedocs.io/
#
# Defines:
# - elk: ELK stack
#
version: '2'
services:
elk:
image: sebp/elk
container_name: ${CONTAINER_NAME_PREFIX}elk
network_mode: ${NETWORK_MODE}
ports:
- "5601:5601"
- "9200:9200"
- "5044:5044"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment