ajnart / homarr

Customizable browser's home page to interact with your homeserver's Docker containers (e.g. Sonarr/Radarr)
https://homarr.dev
MIT License
6.24k stars 289 forks source link

Add support for multiple docker socket proxies #2173

Open treysu opened 3 weeks ago

treysu commented 3 weeks ago

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)

github-actions[bot] commented 3 weeks ago

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.