well i am wanting to know if homarr’s docker integration can not only cover its own docker server instance, but the several other docker “servers” (mostly on proxmox CTs) can also be integrated? Here is an ideal .yaml (doesn’t work, but gives a better idea of what I need done):

version: '3'
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
restart: unless-stopped
volumes:
- /portainer/Files/AppData/Config/homarr/configs:/app/data/configs
- /portainer/Files/AppData/Config/homarr/icons:/app/public/icons
- /var/run/docker.sock:/var/run/docker.sock:ro
ports:
- 7575:7575
servers:
- name: "LocalServer"
- endpoint: "unix:///var/run/docker.sock"
- tls: false
- name: "portainer"
- endpoint: "tcp://192.168.0.26:2375"
- tls: false
- name: "ulogger2"
- endpoint: "tcp://192.168.0.208:2375"
- tls: false   

^ all other \“servers\” i’d like homarr to read

  • thekrautboyB
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

    A compose like that would never work, but i understand your idea. You should post it as a feature suggestion to the Homarr Github, tho i could imagine this might already have been requested.