Hemdall app request

Hello

Is anyone deployed Heimdall app on the docker swarm with docker stack deploy command

Can you please share you compose file so I can deploy it onto my cluster

Here is the original docker-compose.yml

version: "3.0"
services:
  heimdall:
    image: lscr.io/linuxserver/heimdall
    container_name: heimdall
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Europe/London
    volumes:
      - </path/to/appdata/config>:/config
    ports:
      - 80:80
      - 443:443
    restart: unless-stopped

Thank you

I’m not using swarm, but I did stumble upon this thread with an example configuration for another service, I’m thinking you will be able to modify it to match your needs with Heimdall:

[Request] Uptime Kuma

GL