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

@@ -33,7 +33,7 @@ services:
container_name: jellyfin
restart: no
networks:
- media-network
- homelab-network
- homelab-network
- traefik-network
ports:
@@ -91,7 +91,7 @@ services:
container_name: calibre-web
restart: unless-stopped
networks:
- media-network
- homelab-network
- homelab-network
- traefik-network
ports:
@@ -133,8 +133,6 @@ x-dockge:
- https://calibre.${DOMAIN}
networks:
media-network:
driver: bridge
homelab-network:
external: true
traefik-network: