Add pong to logging framework

Add logging configuration with GELF driver to service.
This commit is contained in:
Maix0 2026-01-15 14:11:21 +01:00 committed by GitHub
parent 70a18c1785
commit 920470851a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -150,6 +150,11 @@ services:
- sqlite-volume:/volumes/database - sqlite-volume:/volumes/database
- static-volume:/volumes/static - static-volume:/volumes/static
env_file: .env env_file: .env
logging:
driver: gelf
options:
gelf-address: "udp://127.0.0.1:12201"
tag: "{{.Name}}"
############### ###############
# USER # # USER #