mirror of
https://gitlab.sectorq.eu/home/docker-compose.git
synced 2025-12-14 18:34:53 +01:00
build
This commit is contained in:
@@ -33,6 +33,16 @@ services:
|
|||||||
TZ: Europe/Bratislava
|
TZ: Europe/Bratislava
|
||||||
hostname: m-server
|
hostname: m-server
|
||||||
image: pihole/pihole:latest
|
image: pihole/pihole:latest
|
||||||
|
logging:
|
||||||
|
driver: loki
|
||||||
|
options:
|
||||||
|
loki-url: http://192.168.77.101:3100/loki/api/v1/push
|
||||||
|
loki-relabel-config: |
|
||||||
|
- action: labelmap
|
||||||
|
regex: swarm_stack
|
||||||
|
replacement: namespace
|
||||||
|
- action: labelmap
|
||||||
|
regex: swarm_(service)
|
||||||
labels:
|
labels:
|
||||||
com.centurylinklabs.watchtower.enable: 'true'
|
com.centurylinklabs.watchtower.enable: 'true'
|
||||||
homepage.container: pihole
|
homepage.container: pihole
|
||||||
|
|||||||
Reference in New Issue
Block a user