Skip to content

Commit

Permalink
Fixed Zigbee2MQTT service file, updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
gcgarner committed Dec 12, 2019
1 parent c382b83 commit ebf07ce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .templates/zigbee2mqtt/service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
volumes:
- ./volumes/zigbee2mqtt/data:/app/data
devices:
- /dev/ttyACM0:/dev/ttyACM0
- /dev/ttyAMA0:/dev/ttyACM0
#- /dev/ttyACM0:/dev/ttyACM0
restart: unless-stopped
network_mode: host
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ IOTstack is a builder for docker-compose to easily make and maintain IoT stacks

The bulk of the README has moved to the Wiki. Please check it out [here](https://github.com/gcgarner/IOTstack/wiki)

* 2019-12-03 BUGFIX Mosquitto: Fixed issue where mosquitto failded to start as a result of 11-28 change
* 2019-12-12 modified zigbee2mqtt template file
* 2019-12-12 Added Function to add custom containers to the stack
* 2019-12-12 PR cmskedgell: Added Homebridge
* 2019-12-12 PR 877dev: Added trimming of online backups
* 2019-12-03 BUGFIX Mosquitto: Fixed issue where mosquitto failed to start as a result of 11-28 change
* 2019-12-03 Added terminal for postgres, temporarily removed setfacl from menu
* 2019-11-28 PR @stfnhmplr added diyHue
* 2019-11-28 Fixed update notification on menu
Expand All @@ -21,9 +25,7 @@ The bulk of the README has moved to the Wiki. Please check it out [here](https:/
* 2019-11-20 BUGFIX disable swap: swapfile recreation on reboot fixed. Re-run from menu to fix.
* Node-RED: serial port. New template adds privileged which allows acces to serial devices
* EspurinoHub: is available for testing see wiki entry
* Menu: Now remembers last stack selection, first build will be blank then the next will select your last containers
* BUGFIX: fixed issue where rsync gave issue on 'Preserve Environment and Config files'
* BUGFIX: I incorrecly changed mosquittos volume mapping and it caused the container to restart. Reverted to the old volume mapping


***

Expand Down Expand Up @@ -71,6 +73,7 @@ This Docker stack consists of:
* MotionEye
* MariaDB
* Plex
* Homebridge

In addition, there is a write-up and some scripts to get a dynamic DNS via duckdns and VPN up and running.

Expand Down Expand Up @@ -193,4 +196,4 @@ If you use some of the tools in the project please consider donating or contribu

### Thanks

@mrmx, @oscrx, @brianimmel, @Slyke, @AugustasV, @Paulf007, @affankingkhan, @877dev, @Paraphraser, @stfnhmplr, @peyanski
@mrmx, @oscrx, @brianimmel, @Slyke, @AugustasV, @Paulf007, @affankingkhan, @877dev, @Paraphraser, @stfnhmplr, @peyanski, @cmskedgell

0 comments on commit ebf07ce

Please sign in to comment.