[Request] Please add Uptime Kuma

Please add a container for Uptime Kuma: https://github.com/louislam/uptime-kuma

Thanks :slight_smile:

1 Like

Are you just wanting them to create a container for consistency, so you use only lsio containers? Or are you having a problem getting the container to work?

fwiw, I use this and it works great:

    uptimekuma:
        hostname: uptimekuma
        image: louislam/uptime-kuma:latest
        volumes:
            - '/opt/docker/configs/uptime-kuma/app:/app/data:rw'
        ports:
            - 3001:3001
        networks:
            - upk
        deploy:
            mode: replicated
            replicas: 1
            placement:
                constraints:
                - node.labels.Main == true
            restart_policy:
                condition: any

Yes just thought it would be good to have a container, already have it up and running.