diff --git a/README.md b/README.md index 383e514..a78e27a 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: