added SWAG proxy manager

Updated backup schedules
removed loki from grafana
This commit is contained in:
2023-08-15 16:59:30 +00:00
parent 884f123bba
commit a4d8548379
4 changed files with 59 additions and 21 deletions
+12 -9
View File
@@ -1,14 +1,17 @@
version: '3.3'
services:
pihole-exporter:
image: remiflandrois/pihole-exporter:latest
environment:
- PIHOLE_HOSTNAME=192.168.1.8
- PIHOLE_PASSWORD=14Mai1984
- INTERVAL=5s
- PORT=9617
image: ekofr/pihole-exporter:latest
# image: remiflandrois/pihole-exporter:latest
container_name: pihole_exporter
ports:
- 9617:9617
restart: always
- 9617:9617
environment:
PIHOLE_HOSTNAME: 192.168.1.8
PIHOLE_PORT: 80
PIHOLE_PASSWORD: 14Mai1984
INTERVAL: 5s
PORT: 9617