15 lines
438 B
Django/Jinja
15 lines
438 B
Django/Jinja
---
|
|
version: '3.4'
|
|
|
|
services:
|
|
knx-monitor:
|
|
image: laurivan/knx:{{ knx_monitor.docker_version }}
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
- {{ knx_monitor.config_path | expanduser | realpath }}/export-addresses.csv:/code/knx/export-addresses.csv:ro
|
|
- /etc/timezone:/etc/timezone:ro
|
|
- /etc/localtime:/etc/localtime:ro
|
|
env_file:
|
|
- {{ knx_monitor.config_path | expanduser | realpath }}/env.knx-monitor.conf
|