-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-compose.yaml
More file actions
27 lines (26 loc) · 822 Bytes
/
Copy pathdocker-compose.yaml
File metadata and controls
27 lines (26 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
services:
pwl-homeassistant:
image: ghcr.io/svenfinn/pwl-homeassistant:main
network_mode: host
cap_add:
- SYS_ADMIN
environment:
MQTT_USER: <mosquitto_user>
MQTT_PASS: <mosquitto_password>
MQTT_HOST: <mqtt_host>
MQTT_DISCOVERY: true
PWL_DEVICE_ID: <device_id>
PWL_DEVICE_NAME: <device_name>
PWL_DEVICE_MODEL: <device_model>
PWL_DEVICE_MANUFACTURER: <device_manufacturer>
PWL_EMAIL: <email>
PWL_PASS: <password>
LOG_LEVEL: info
#CHANNEL_NAME_1: <channel_name_1>
#CHANNEL_NAME_2: <channel_name_2>
#CHANNEL_NAME_3: <channel_name_3>
#CHANNEL_NAME_4: <channel_name_4>
#CHANNEL_NAME_5: <channel_name_5>
#CHANNEL_NAME_6: <channel_name_6>
#CHANNEL_NAME_7: <channel_name_7>
TZ: Europe/Berlin