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
+2 -7
View File
@@ -10,13 +10,8 @@ services:
- /var/run/docker.sock:/var/run/docker.sock:ro
env_file: .env
labels:
- "traefik.enable=true"
- "traefik.http.routers.${GLANCE_APPNAME:-glance}.rule=Host(`${GLANCE_SUBDOMEN:-glance}.${HOST:-workstation}`)"
- "traefik.http.routers.${GLANCE_APPNAME:-glance}.entrypoints=websecure"
- "traefik.http.routers.${GLANCE_APPNAME:-glance}.tls=true"
- "traefik.http.routers.${GLANCE_APPNAME:-glance}.tls.certresolver=le"
- "traefik.http.services.${GLANCE_APPNAME:-glance}.loadbalancer.server.port=8080"
- "traefik.enable=true"
- "traefik.docker.network=traefik-proxy"
networks:
- traefik-proxy
dns: