Remove Bitwarden authelia middleware and simplify networks

- Remove authelia middleware from Vaultwarden (Bitwarden) for app compatibility
- Simplify all compose files to use only homelab-network and traefik-network
- Remove unnecessary isolated networks (nextcloud-network, wordpress-network, etc.)
- Remove monitoring-network, formio-network, and media-network
- All services now communicate through the unified homelab-network
- Maintain traefik-network for proxied services only
This commit is contained in:
EZ-Homelab
2026-01-24 15:30:43 -05:00
parent 93ef87091a
commit 7449c14ac6
6 changed files with 31 additions and 45 deletions

View File

@@ -171,7 +171,7 @@ services:
container_name: plex
restart: unless-stopped
networks:
- media-network
- homelab-network
- homelab-network
- traefik-network
ports:
@@ -233,6 +233,4 @@ networks:
external: true
traefik-network:
external: true
media-network:
external: true