first commit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sthope 2022-05-09 10:41:48 +02:00
parent de89e758ee
commit 923eee2834
2 changed files with 29 additions and 0 deletions

View 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
```

View File

@ -102,6 +102,7 @@ nav:
- Samba: portainer-stacks/samba.md
- Swag: portainer-stacks/Swag.md
- TasmoBackup: portainer-stacks/TasmoBackup.md
- Tasmota-Device-Manager: portainer-stacks/Tasmota-Device-Manager.md
- Transmission: portainer-stacks/Transmission.md
- Uptime-Kuma: portainer-stacks/uptime-kuma.md
- VSCode: portainer-stacks/VSCode.md