Traefik-v2-examples icon indicating copy to clipboard operation
Traefik-v2-examples copied to clipboard

Traefik v2 guide by examples

Results 3 Traefik-v2-examples issues
Sort by recently updated
recently updated
newest added

Hey DoTheEvo! I found oyur readme for Traefik, oh I wish I would have found it a week ago! I have been struggeling wiht Traefik for 8-9 days, no idea...

External networks in docker compose should be declared as follow ([source](https://docs.docker.com/compose/networking/#use-a-pre-existing-network)): ``` networks: default: name: $DEFAULT_NETWORK external: true ``` rather than ``` networks: default: external: name: $DEFAULT_NETWORK ``` Current configs...

Not so much to report an issue but a way to pass .env and secrets files variables to the traefik.yaml I am not yet well versed with docker compose, but...