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

Skip to content
Snippets Groups Projects
Commit 0681c6ff authored by Wörister, Florian's avatar Wörister, Florian
Browse files

Merge branch 'fwoerister/forwardAllLogsToLogstash' into 'staging'

configure gelf for all services

See merge request fairdata/crdm-keycloak-setup!2
parents c8b7957f 0808d90f
Branches
Tags
2 merge requests!4Fw/cleanup,!2configure gelf for all services
Pipeline #33746 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment