M8-R07: integrate WarmteLink device access into Compose
This commit is contained in:
@@ -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=
|
||||
|
||||
Reference in New Issue
Block a user