Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Support multiple docker socket proxies #2173

Closed
treysu opened this issue Oct 28, 2024 · 2 comments
Closed

[FEATURE] Support multiple docker socket proxies #2173

treysu opened this issue Oct 28, 2024 · 2 comments
Labels
✨ Feature A feature you'd like to be added Fixed in 1.0 This issue has been fixed in our upcoming version 1.0 and is not crucial enough to be backported

Comments

@treysu
Copy link

treysu commented Oct 28, 2024

Description

It would be fantastic if the DOCKER_HOST environment variable could support multiple docker socket proxies.

Example compse.yaml:

services:
  homarr:
    container_name: homarr
    image: ghcr.io/ajnart/homarr:latest
    restart: unless-stopped
    environment:
      DOCKER_HOST: tcp://dockerproxy1:2375,tcp://dockerproxy2:2375
    volumes:
      - ./homarr/configs:/app/data/configs
      - ./homarr/icons:/app/public/icons
      - ./homarr/data:/data
    ports:
      - '7575:7575'

Priority

Medium (Would be very useful)

@treysu treysu added the ✨ Feature A feature you'd like to be added label Oct 28, 2024
Copy link

Hi 👋. Thank you for submitting your first issue to Homarr. Please ensure that you've provided all nessesary information. You can use the three dots > Edit button to update your post with additional images and information. Depending on the current volume of requests, the team should get in conact with you shortly.

@treysu treysu changed the title Add support for multiple docker socket proxies [FEATURE] Support multiple docker socket proxies Dec 19, 2024
@Meierschlumpf Meierschlumpf added the Fixed in 1.0 This issue has been fixed in our upcoming version 1.0 and is not crucial enough to be backported label Jan 10, 2025
@Meierschlumpf
Copy link
Collaborator

With the new env variables added to manage docker connections it's now possible to manage multiple of them by comma seperating them in 1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature A feature you'd like to be added Fixed in 1.0 This issue has been fixed in our upcoming version 1.0 and is not crucial enough to be backported
Projects
None yet
Development

No branches or pull requests

2 participants