This commit is contained in:
28
docs/portainer-stacks/Tasmota-Device-Manager.md
Normal file
28
docs/portainer-stacks/Tasmota-Device-Manager.md
Normal file
@ -0,0 +1,28 @@
|
||||
Portainer Stack:
|
||||
```yaml
|
||||
---
|
||||
version: "3.8"
|
||||
services:
|
||||
tasmota-device-manager:
|
||||
image: ghcr.io/sirgoodenough/tdmdock:${tag-latest}
|
||||
container_name: tasmota-device-manager
|
||||
network_mode: ${NET-bridge}
|
||||
volumes:
|
||||
- /tasmota_backups/tdm:/config
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /etc/timezone:/etc/timezone:ro
|
||||
ports:
|
||||
- 5810:5800
|
||||
- 5910:5900
|
||||
restart: ${RST-unless-stopped}
|
||||
labels:
|
||||
- com.centurylinklabs.watchtower.enable=${AutoUpdate-true}
|
||||
```
|
||||
|
||||
Environments:
|
||||
```
|
||||
tag=latest
|
||||
RST=unless-stopped
|
||||
NET=bridge
|
||||
AutoUpdate=true
|
||||
```
|
Reference in New Issue
Block a user