docker-traefik
docker-traefik copied to clipboard
Docker media and home server stack with Docker Compose, Traefik, Swarm Mode, Google OAuth2/Authelia, and LetsEncrypt
Hello Anand Your Ultimate Traefik Docker Compose Guide [2022] was excellent. I've tried multiple times to set up traefik with great care, but I've never been able to do it....
docker-compose v2 had network priority, unfortunately docker-compose v3 does not have this functionality (yet?). See https://github.com/docker/cli/issues/1372 Networks are assigned to containers using alphabetical order, in this case it means that...
Redis container unfortunately doesn't support secrets and I dislike having secrets in the `.env` file. This workaround adds support for having the password in a docker secret. Based on a...
I use healthchecks successfully without traefik so this exact PR hasn't been tested, so please update as needed if I got any of those parts wrong.
The official Jellyfin image does not respect the PUID and GUID environment variables and runs as root, this can be solved using 2 ways. 1) adding ```user: "$PUID:$PGID"``` to the...
Error in vscode  Before ``` http: routers: ha-rtr: rule: "Host(`ha.{{env "DOMAINNAME0"}}`)" ``` After ``` http: routers: ha-rtr: rule: "Host(`ha.{{env `DOMAINNAME0`}}`)" ```
Please do not open support requests here more than 90% of the issues raised here turn out of be support topics. Instead: 1. Ask for help in our [Discord Server](https://www.smarthomebeginner.com/discord-github)...
When I look at the Traefik container log, I see a lot of these warnings: ``` time="2022-01-05T16:16:59Z" level=warning msg="No domain found in rule HostRegexp(`{host:.+}`), the TLS options applied for this...
Hello, I'm trying to add the rancher server instance to this docker setup (which is working great) and cannot succeed. Here is my setup, which is added to the docker-compose-ts...
I'm struggling to make the swarm version to work for days now... Could someone help please by sharing the Swarm Version of the docker-compose-t2.yml ? Thank you!