M8-R07: integrate WarmteLink device access into Compose

This commit is contained in:
2026-08-24 06:45:31 +02:00
parent 09abe05f66
commit c851bad829
7 changed files with 55 additions and 45 deletions
+5
View File
@@ -7,6 +7,11 @@ APP_DATABASE_URL=sqlite:////app/data/app.db
AUTH_BOOTSTRAP_USERNAME=admin
AUTH_BOOTSTRAP_PASSWORD=change-me
# Required by Docker Compose for the WarmteLink serial device. Set these only in
# your local .env; use a stable /dev/serial/by-id path and its numeric host GID.
# WARMTELINK_DEVICE_PATH=/dev/serial/by-id/<stable-by-id-name>
# WARMTELINK_SERIAL_GID=<host-serial-gid>
# Optional: runtime overrides.
# Leave these commented out to use the application's built-in defaults.
# APP_DEBUG=