EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 6b62a510 authored by Bernhard Mallinger's avatar Bernhard Mallinger
Browse files

Define own network for logging containers

parent d82a5785
No related branches found
No related tags found
1 merge request!17Resolve "Integrate ELK stack with Fluentd"
......@@ -9,7 +9,7 @@ services:
- "24224:24224"
- "24224:24224/udp"
networks:
- intnet
- logging
deploy:
# fluentd doesn't need to be deployed globally, but it might be a good
# default to have it everywhere
......@@ -19,7 +19,7 @@ services:
ports:
- "9200:9200"
networks:
- intnet
- logging
environment:
- bootstrap.memory_lock=true
- "ES_JAVA_OPTS=-Xms256m -Xmx256m"
......@@ -38,7 +38,7 @@ services:
ports:
- "5601:5601"
networks:
- intnet
- logging
deploy:
mode: replicated
replicas: 1
......@@ -50,4 +50,4 @@ configs:
volumes:
es-data:
networks:
intnet:
logging:
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