Add CoolerControl compose (NCT6792D hwmon4, fan.kzbrd.ru)
This commit is contained in:
@@ -0,0 +1 @@
|
|||||||
|
coolercontrol-config/
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
# coolercontrol/docker-compose.yml
|
||||||
|
services:
|
||||||
|
coolercontrol:
|
||||||
|
image: coolercontrol/coolercontrold
|
||||||
|
container_name: coolercontrold
|
||||||
|
restart: unless-stopped
|
||||||
|
privileged: true
|
||||||
|
environment:
|
||||||
|
- CC_DBUS=OFF
|
||||||
|
volumes:
|
||||||
|
- /sys/class/hwmon/hwmon4:/sys/class/hwmon/hwmon4
|
||||||
|
- /dev:/dev
|
||||||
|
- ./coolercontrol-config:/etc/coolercontrol
|
||||||
|
networks:
|
||||||
|
- proxy
|
||||||
|
labels:
|
||||||
|
- "traefik.enable=true"
|
||||||
|
- "traefik.http.routers.coolercontrol.rule=Host(`fan.kzbrd.ru`)"
|
||||||
|
- "traefik.http.routers.coolercontrol.entrypoints=websecure"
|
||||||
|
- "traefik.http.routers.coolercontrol.tls.certresolver=myresolver"
|
||||||
|
- "traefik.http.services.coolercontrol.loadbalancer.server.port=11987"
|
||||||
|
|
||||||
|
networks:
|
||||||
|
proxy:
|
||||||
|
external: true
|
||||||
|
name: traefik_proxy
|
||||||
Reference in New Issue
Block a user