EOX GitLab Instance

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

Set up logging extnet for traefik to reach kibana

parent 286aa185
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,7 @@ services:
- vhr18-extnet
- emg-extnet
- dem-extnet
- logging-extnet
volumes:
traefik-data:
networks:
......@@ -36,3 +37,5 @@ networks:
name: emg-extnet
dem-extnet:
name: dem-extnet
logging-extnet:
name: logging-extnet
......@@ -38,5 +38,12 @@ services:
- "traefik.http.routers.kibana.entrypoints=https"
- "traefik.http.services.kibana.loadbalancer.sticky=false"
- "traefik.http.services.kibana.loadbalancer.server.port=5601"
- "traefik.docker.network=logging-extnet"
- "traefik.docker.lbswarm=true"
- "traefik.enable=true"
networks:
- logging-extnet
networks:
extnet:
name: logging-extnet
external: true
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