From 9ecd2bd98da7c3b3c4106d58ad7b9b410e9d5f31 Mon Sep 17 00:00:00 2001 From: florian Date: Thu, 14 Jul 2022 19:49:03 +0200 Subject: [PATCH] examples - add missing network aliases to authelia autoconf --- CHANGELOG.md | 1 + examples/authelia/autoconf.yml | 10 ++++++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86b8829b6..6011b042d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ - Add DENY_HTTP_STATUS setting to choose standard 403 error page (default) or 444 to close connection when access is denied - Add CORS (Cross-Origin Resource Sharing) core plugin - Add documentation about Docker in rootless mode and podman +- Improve automatic tests setup - Migrate CI/CD infrastructure to another provider ## v1.4.2 - 2022/06/28 diff --git a/examples/authelia/autoconf.yml b/examples/authelia/autoconf.yml index 6fdc15895..d3876279b 100644 --- a/examples/authelia/autoconf.yml +++ b/examples/authelia/autoconf.yml @@ -50,7 +50,10 @@ services: # AUTHELIA authelia: image: authelia/authelia - container_name: authelia + networks: + bw-services: + aliases: + - authelia volumes: - ./authelia:/config restart: unless-stopped @@ -67,7 +70,10 @@ services: redis: image: redis:alpine - container_name: redis + networks: + bw-services: + aliases: + - redis volumes: - ./redis:/data expose: