diff --git a/docs/portainer-stacks/heimdall.md b/docs/portainer-stacks/heimdall.md new file mode 100644 index 0000000..ab91d63 --- /dev/null +++ b/docs/portainer-stacks/heimdall.md @@ -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 +``` \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 6ee789c..c32be08 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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