examples - add missing network aliases to authelia autoconf

This commit is contained in:
florian 2022-07-14 19:49:03 +02:00
parent 7bbf77b7a5
commit 9ecd2bd98d
2 changed files with 9 additions and 2 deletions

View File

@ -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

View File

@ -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: