Refactor Traefik configurations for multiple services and add new Nextcloud AIO setup

TEST
This commit is contained in:
2025-11-11 20:22:45 +01:00
parent d403a775b8
commit be6992d9e2
9 changed files with 247 additions and 66 deletions
-6
View File
@@ -19,13 +19,7 @@ services:
- traefik-proxy
labels:
- "traefik.enable=true"
- "traefik.http.routers.${DOCKMON_APPNAME:-dockmon}.rule=Host(`${DOCKMON_SUBDOMEN:-}.${HOST:-workstation}`)"
- "traefik.http.routers.${DOCKMON_APPNAME:-dockmon}.entrypoints=websecure"
- "traefik.http.services.${DOCKMON_APPNAME:-dockmon}.loadbalancer.server.port=443"
- "traefik.http.services.${DOCKMON_APPNAME:-dockmon}.loadbalancer.server.scheme=https"
- "traefik.docker.network=traefik-proxy"
- "traefik.http.routers.${DOCKMON_APPNAME:-dockmon}.tls.certresolver=le"
networks:
traefik-proxy:
external: true