Skip to content
Snippets Groups Projects
Commit 7f412eb8 authored by jabertwo's avatar jabertwo
Browse files

added syslog-input-plugin to logstash

parent 4562b681
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@
dest: "{{ basedir }}/{{ item }}"
with_items:
- docker-compose.yml
- Dockerfile
- name: "start {{ servicename }} docker"
docker_compose:
......
version: "3"
services:
app:
image: sebp/elk:8.5.3
build: .
restart: always
ports:
- 5044:5044
- 514:514
environment:
TZ: "Europe/Berlin"
labels:
......@@ -12,3 +13,10 @@ services:
- traefik.http.routers.{{ servicename }}.rule=Host(`{{ domain }}`)
- traefik.http.routers.{{ servicename }}.entrypoints=websecure
- traefik.http.services.{{ servicename }}.loadbalancer.server.port=5601
networks:
- web
- default
networks:
web:
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