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

This commit is contained in:
Sthope 2022-07-31 19:49:26 +02:00
parent b877faed47
commit 6ae66f77c7
2 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,36 @@
Portainer Stack:
```yaml
---
version: "3.8"
services:
dashy:
image: lissy93/dashy:${tag-latest}
container_name: dashy
network_mode: ${NET-bridge}
ports:
- ${PORT-80}:80
environment:
- NODE_ENV=production
- UID=${PUID-1000}
- GID=${PGID-1000}
restart: ${RST-unless-stopped}
healthcheck:
test: ['CMD', 'node', '/app/services/healthcheck']
interval: 1m30s
timeout: 10s
retries: 3
start_period: 40s
labels:
- com.centurylinklabs.watchtower.enable=${AutoUpdate-true}
```
Environments:
```
tag=latest
RST=unless-stopped
NET=bridge
PUID=${PUID-1000}
PGID=${PGID-1000}
AutoUpdate=true
PORT=80
```

View File

@ -88,6 +88,7 @@ nav:
- Bazarr: portainer-stacks/bazarr.md
- Bitwarden: portainer-stacks/Bitwarden.md
- CrowdSec: portainer-stacks/CrowdSec.md
- dashy: portainer-stacks/dashy.md
- digiKam: portainer-stacks/digiKam.md
- Drone: portainer-stacks/Drone.md
- Gitea: portainer-stacks/Gitea.md