Homarr / Multiple Docker Server Integrations #1475
-
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 |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 5 replies
-
i will keep an eye on this. as someone who has more than one docker host server/node aswell (some being onsite in the lan, some being offsite in the "cloud") it not being able to use foreign hosts is a dealbraker as of now. maybe itll come with an update in the future. |
Beta Was this translation helpful? Give feedback.
-
Commenting for support and visibiliy! |
Beta Was this translation helpful? Give feedback.
-
Running a setup with multiple VMs and docker running on each of them, it would be useful to have the ability for Homarr to see that. I hope this can be implemented! |
Beta Was this translation helpful? Give feedback.
-
I'm also interested by this feature.
|
Beta Was this translation helpful? Give feedback.
That's exactly what I was working on this weekend for v1.0.0, it's in our plans ;)