GithubHelp home page GithubHelp logo

docker-compose-hill's Introduction

Hi there ๐Ÿ‘‹

docker-compose-hill's People

Contributors

anthr76 avatar

Stargazers

 avatar

Watchers

 avatar  avatar

docker-compose-hill's Issues

Traefik networking with docker bridges and host.

With my current setup I created a docker network with a user defined bridge network. According to traefik's documentation this doesn't seem necessary. I tested specifying traefik.docker.network=bridge to all my networks and omitting traefik_network. I was able to reverse proxy just fine.

Though, docker-compose created a bridge network for this scenario. This is fine and preferred behavior though unsure if Traefik's requirement for host.docker.internal is looking for the default docker0 bridge or the one compose makes. More researching is needed.

Currently in master I'm using -

docker network create \
  --driver=bridge \
  --subnet=172.18.0.0/16 \
  --ip-range=172.18.0.0/24 \
  --gateway=172.18.0.1 \
  --opt com.docker.network.bridge.host_binding_ipv4=0.0.0.0 \
  --opt com.docker.network.driver.mtu=1500 \
  --opt com.docker.network.bridge.enable_ip_masquerade=true \
  --opt com.docker.network.bridge.enable_icc=true \
  traefik_proxy

Further testing..

Traefik Host Networking Docs: https://docs.traefik.io/master/providers/docker/#host-networking
Docker's Add Host Docs: https://docs.docker.com/engine/reference/run/#network-settings
Compose Add Hosts Docs: https://docs.docker.com/compose/compose-file/

Related git issues -
traefik/traefik#5535
traefik/traefik#5559

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.