From 116b71f7c256c2b91a3bc1e52bb81973b3a73e0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Lov=C3=A9n?= Date: Sun, 5 Sep 2021 16:22:06 +0200 Subject: [PATCH] Add links to other repos --- README.md | 8 ++++++++ docker-compose.yaml | 2 ++ traefik/traefik.yaml | 1 + 3 files changed, 11 insertions(+) diff --git a/README.md b/README.md index 383e514..9ea8b09 100644 --- a/README.md +++ b/README.md @@ -62,3 +62,11 @@ A bridge network for containers that shall be accessible by web interface. Route - Authelia will ONLY work with https. Both the authelia url itself and the one being authenticated must be https. - The authorization link should NOT end with `/#/` or `/%2F/` or anything, just `/`. Otherwise it will not redirect you back after authorizing. + + +# Docker-compose pieces that depend on this + +[SSH entrypoint](/thomas/docker-ssh/) +[Home Automation](/thomas/docker-ha/) +[GIT server](/thomas/docker-git/) +[Plex media server](/thomas/docker-plex/) \ No newline at end of file diff --git a/docker-compose.yaml b/docker-compose.yaml index fe74f95..b5db153 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -23,6 +23,8 @@ services: container_name: traefik image: traefik restart: always + depends_on: + - authelia environment: - EMAIL - PRIVATE_DOMAIN diff --git a/traefik/traefik.yaml b/traefik/traefik.yaml index ca82714..4d016f6 100644 --- a/traefik/traefik.yaml +++ b/traefik/traefik.yaml @@ -13,6 +13,7 @@ providers: log: filePath: /data/traefik.log level: INFO + # level: DEBUG entryPoints: web: