mqtt prep 8

This commit is contained in:
Jokob-sk
2022-12-04 00:07:22 +11:00
parent 525f6c3bf1
commit 8ea3f077e5
7262 changed files with 111 additions and 81 deletions

1
docker-compose.yml Normal file → Executable file
View File

@@ -15,6 +15,7 @@ services:
# comment out below 2 lines, they are only for development purposes
- ${DEV_LOCATION}/back/pialert.py:/home/pi/pialert/back/pialert.py
- ${DEV_LOCATION}/front:/home/pi/pialert/front
- ${DEV_LOCATION}/back/update_vendors.sh:/home/pi/pialert/back/update_vendors.sh
environment:
- TZ=${TZ}
- PORT=${PORT}