mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-07-01 16:08:32 +02:00
alias
This commit is contained in:
@ -9,10 +9,10 @@ services:
|
||||
depends_on:
|
||||
- db-server
|
||||
restart: unless-stopped
|
||||
logging:
|
||||
driver: loki
|
||||
options:
|
||||
loki-url: "http://192.168.77.101:3100/loki/api/v1/push"
|
||||
extends: # uncomment this section for hardware acceleration - see https://immich.app/docs/features/ml-hardware-acceleration
|
||||
file: logging.yml
|
||||
#service: openvino # set to one of [armnn, cuda, openvino, openvino-wsl] for accelerated inference - use the `-wsl` version for WSL2 where applicable
|
||||
service: ${LOGGING:-syslog}
|
||||
labels:
|
||||
- com.centurylinklabs.watchtower.enable=true
|
||||
- homepage.group=Utilities
|
||||
|
14
zabbix-server/logging.yml
Normal file
14
zabbix-server/logging.yml
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
services:
|
||||
syslog:
|
||||
logging:
|
||||
driver: syslog
|
||||
options:
|
||||
tag: mailu-front
|
||||
|
||||
loki:
|
||||
logging:
|
||||
driver: loki
|
||||
options:
|
||||
loki-url: "http://192.168.77.101:3100/loki/api/v1/push"
|
||||
|
Reference in New Issue
Block a user