M8-R07: integrate WarmteLink device access into Compose
This commit is contained in:
+4
-1
@@ -22,8 +22,11 @@ services:
|
||||
condition: service_completed_successfully
|
||||
ports:
|
||||
- "127.0.0.1:8881:8000"
|
||||
devices:
|
||||
- "${WARMTELINK_DEVICE_PATH:?Set a stable /dev/serial/by-id path}:/dev/warmtelink:rw"
|
||||
group_add:
|
||||
- "${WARMTELINK_SERIAL_GID:?Set the host serial device GID}"
|
||||
volumes:
|
||||
- ./data:/app/data
|
||||
- ./.env:/app/.env:ro
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
|
||||
|
||||
Reference in New Issue
Block a user