*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects

configure gelf for all services

Merged Wörister, Florian requested to merge fwoerister/forwardAllLogsToLogstash into staging
1 file
+ 6
1
Compare changes
  • Side-by-side
  • Inline
+ 6
1
@@ -21,7 +21,7 @@ services:
driver: gelf
options:
gelf-address: "udp://s63.dl.hpc.tuwien.ac.at:12201"
tag: "keycloak_postgres"
tag: "keycloak_db"
keycloak:
image: quay.io/keycloak/keycloak:latest
@@ -40,6 +40,11 @@ services:
- "443:8443"
depends_on:
- postgres
logging:
driver: gelf
options:
gelf-address: "udp://s63.dl.hpc.tuwien.ac.at:12201"
tag: "keycloak_app"
volumes:
- keycloak_data:/opt/jboss/keycloak/standalone/data
- ./cert/:/etc/x509/https
Loading