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

This commit is contained in:
Sthope 2022-04-17 16:15:19 +02:00
parent 5f942a750f
commit a0c4a95e6e
2 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,21 @@
Portainer Stack:
```
---
version: "3.8"
services:
heimdall:
image: lscr.io/linuxserver/heimdall:latest
container_name: heimdall
network_mode: bridge
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Amsterdam
volumes:
- /heimdall:/config
ports:
- 33443:443
restart: unless-stopped
labels:
- com.centurylinklabs.watchtower.enable=true
```

View File

@ -75,6 +75,7 @@ nav:
- Authelia: portainer-stacks/authelia.md
- Bazarr: portainer-stacks/bazarr.md
- BitWarden: portainer-stacks/bitwarden.md
- Heimdall: portainer-stacks/heimdall.md
- Jellyfin: portainer-stacks/jellyfin.md
- MQTT-Explorer: portainer-stacks/mqtt-explorer.md
- Octoprint: portainer-stacks/octoprint.md