gelf logging aktivert

This commit is contained in:
Czechman 2023-01-07 19:38:54 +01:00
parent 37917883c9
commit 2e61dfed26
1 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,10 @@ services:
- "80:80" - "80:80"
- "443:443" - "443:443"
restart: always restart: always
logging:
driver: "gelf"
options:
gelf-address: "udp://192.168.2.79:12201"
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik_api.loadbalancer.server.port=8080" - "traefik_api.loadbalancer.server.port=8080"