Add DB fix and renamed Activity chart to Device presence over time

This commit is contained in:
jokob-sk
2022-07-23 18:24:48 +10:00
parent aca6363a74
commit 2e9f9f5b59
9 changed files with 37 additions and 21 deletions

View File

@@ -10,7 +10,7 @@ services:
- ${APP_DATA_LOCATION}/pialert/db/pialert.db:/home/pi/pialert/db/pialert.db
- ${LOGS_LOCATION}/tmp:/home/pi/pialert/log
environment:
- TZ=Europe/London
- PORT=20211
- HOST_USER_ID=1000
- HOST_USER_GID=1000
- TZ=${TZ}
- PORT=${PORT}
- HOST_USER_ID=${HOST_USER_ID}
- HOST_USER_GID=${HOST_USER_GID}