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

Open
treysu opened this issue Oct 28, 2024 · 1 comment
Open

[FEATURE] Support multiple docker socket proxies #2173

treysu opened this issue Oct 28, 2024 · 1 comment
Labels
✨ Feature A feature you'd like to be added

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
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
Projects
None yet
Development

No branches or pull requests

1 participant