Fix port conflicts and standardize service configurations

- Resolve port conflicts: TasmoAdmin (8084), Form.io (3002), Gitea (3010)
- Add missing Authelia SSO and Sablier lazy loading to utilities stack
- Standardize Form.io labels to match TRAEFIK CONFIGURATION guidelines
- Reorganize ports-in-use.md with stack-based table and proper column order
- Remove Dokuwiki deployment from ez-homelab.sh (already in productivity stack)
- Update service restart policies for lazy loading compatibility
This commit is contained in:
EZ-Homelab
2026-01-24 17:01:53 -05:00
parent 7449c14ac6
commit 7a1cd5a8a0
9 changed files with 84 additions and 119 deletions

View File

@@ -27,7 +27,6 @@ services:
container_name: sonarr
restart: no
networks:
- homelab-network
- homelab-network
- traefik-network
ports:
@@ -66,7 +65,6 @@ services:
container_name: radarr
restart: no
networks:
- homelab-network
- homelab-network
- traefik-network
ports:
@@ -105,7 +103,6 @@ services:
container_name: prowlarr
restart: no
networks:
- homelab-network
- homelab-network
- traefik-network
ports:
@@ -142,7 +139,6 @@ services:
container_name: readarr
restart: no
networks:
- homelab-network
- homelab-network
- traefik-network
ports:
@@ -181,7 +177,6 @@ services:
container_name: lidarr
restart: no
networks:
- homelab-network
- homelab-network
- traefik-network
ports:
@@ -220,7 +215,6 @@ services:
container_name: lazylibrarian
restart: no
networks:
- homelab-network
- homelab-network
- traefik-network
ports:
@@ -260,7 +254,6 @@ services:
container_name: mylar3
restart: no
networks:
- homelab-network
- homelab-network
- traefik-network
ports:
@@ -299,7 +292,6 @@ services:
container_name: jellyseerr
restart: no
networks:
- homelab-network
- homelab-network
- traefik-network
ports:
@@ -349,7 +341,6 @@ services:
container_name: tdarr-server
restart: no
networks:
- homelab-network
- homelab-network
- traefik-network
ports:
@@ -419,11 +410,10 @@ services:
container_name: unmanic
restart: no
networks:
- homelab-network
- homelab-network
- traefik-network
ports:
- "8888:8888"
- "8889:8888"
volumes:
- ./unmanic/config:/config
- /mnt/media:/library
@@ -447,10 +437,11 @@ services:
- "traefik.http.routers.unmanic.entrypoints=websecure"
- "traefik.http.routers.unmanic.tls.certresolver=letsencrypt"
- "traefik.http.routers.unmanic.middlewares=authelia@docker"
- "traefik.http.services.unmanic.loadbalancer.server.port=8888"
- "traefik.http.services.unmanic.loadbalancer.server.port=8889"
- "sablier.enable=true"
- "sablier.group=${SERVER_HOSTNAME}-arr"
- "sablier.start-on-demand=true"
x-dockge:
urls:
- https://sonarr.${DOMAIN}
@@ -473,6 +464,7 @@ x-dockge:
- http://localhost:8265
- https://unmanic.${DOMAIN}
- http://localhost:8888
networks:
homelab-network:
external: true