mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-01 16:08:32 +02:00
19 lines
306 B
YAML
Executable File
19 lines
306 B
YAML
Executable File
---
|
|
services:
|
|
syslog:
|
|
logging:
|
|
driver: syslog
|
|
options:
|
|
tag: mailu-front
|
|
journald:
|
|
logging:
|
|
driver: journald
|
|
options:
|
|
tag: mailu-front
|
|
loki:
|
|
logging:
|
|
driver: loki
|
|
options:
|
|
loki-url: "http://192.168.77.101:3100/loki/api/v1/push"
|
|
|