diff --git a/docker-compose/dashboards/docker-compose.yml b/docker-compose/dashboards/docker-compose.yml index ee9fae7..57ef23e 100644 --- a/docker-compose/dashboards/docker-compose.yml +++ b/docker-compose/dashboards/docker-compose.yml @@ -84,21 +84,20 @@ services: environment: - TZ=${TZ} labels: - # TRAEFIK & SABLIER CONFIGURATION - # ========================================== + # TRAEFIK CONFIGURATION # Service metadata + - "com.centurylinklabs.watchtower.enable=true" - "homelab.category=dashboard" - "homelab.description=Modern homelab dashboard" - # Traefik reverse proxy (comment/uncomment to disable/enable) - # If Traefik is on a remote server: these labels are NOT USED; - # configure external yml files in /traefik/dynamic folder instead. - "traefik.enable=true" + # Router configuration - "traefik.http.routers.homarr.rule=Host(`homarr.${DOMAIN}`)" - "traefik.http.routers.homarr.entrypoints=websecure" - "traefik.http.routers.homarr.tls=true" - "traefik.http.routers.homarr.middlewares=authelia@docker" + # Service configuration - "traefik.http.services.homarr.loadbalancer.server.port=7575" - # Sablier lazy loading (enabled by default - comment out to disable) + # Sablier configuration - "sablier.enable=true" - "sablier.group=${SERVER_HOSTNAME}-homarr" - "sablier.start-on-demand=true" diff --git a/docker-compose/infrastructure/docker-compose.yml b/docker-compose/infrastructure/docker-compose.yml index ca99a08..d688cde 100644 --- a/docker-compose/infrastructure/docker-compose.yml +++ b/docker-compose/infrastructure/docker-compose.yml @@ -149,21 +149,20 @@ services: - DOZZLE_TAILSIZE=300 - DOZZLE_FILTER=status=running labels: - # TRAEFIK & SABLIER CONFIGURATION - # ========================================== + # TRAEFIK CONFIGURATION # Service metadata + - "com.centurylinklabs.watchtower.enable=true" - "homelab.category=infrastructure" - "homelab.description=Real-time Docker log viewer" - # Traefik reverse proxy (comment/uncomment to disable/enable) - # If Traefik is on a remote server: these labels are NOT USED; - # configure external yml files in /traefik/dynamic folder instead. - "traefik.enable=true" + # Router configuration - "traefik.http.routers.dozzle.rule=Host(`dozzle.${SERVER_HOSTNAME}.${DOMAIN}`)" - "traefik.http.routers.dozzle.entrypoints=websecure" - "traefik.http.routers.dozzle.tls=true" - "traefik.http.routers.dozzle.middlewares=authelia@docker" + # Service configuration - "traefik.http.services.dozzle.loadbalancer.server.port=8085" - # Sablier lazy loading (enabled by default - comment out to disable) + # Sablier configuration - "sablier.enable=true" - "sablier.group=${SERVER_HOSTNAME}-dozzle" - "sablier.start-on-demand=true" @@ -196,21 +195,20 @@ services: environment: - GLANCES_OPT=-w labels: - # TRAEFIK & SABLIER CONFIGURATION - # ========================================== + # TRAEFIK CONFIGURATION # Service metadata + - "com.centurylinklabs.watchtower.enable=true" - "homelab.category=infrastructure" - "homelab.description=System and Docker monitoring" - # Traefik reverse proxy (comment/uncomment to disable/enable) - # If Traefik is on a remote server: these labels are NOT USED; - # configure external yml files in /traefik/dynamic folder instead. - "traefik.enable=true" + # Router configuration - "traefik.http.routers.glances.rule=Host(`glances.${SERVER_HOSTNAME}.${DOMAIN}`)" - "traefik.http.routers.glances.entrypoints=websecure" - "traefik.http.routers.glances.tls=true" - "traefik.http.routers.glances.middlewares=authelia@docker" + # Service configuration - "traefik.http.services.glances.loadbalancer.server.port=61208" - # Sablier lazy loading (enabled by default - comment out to disable) + # Sablier configuration - "sablier.enable=true" - "sablier.group=${SERVER_HOSTNAME}-glances" - "sablier.start-on-demand=true" @@ -247,21 +245,20 @@ services: - PASSWORD=${CODE_SERVER_PASSWORD} - SUDO_PASSWORD=${CODE_SERVER_SUDO_PASSWORD} labels: - # TRAEFIK & SABLIER CONFIGURATION - # ========================================== + # TRAEFIK CONFIGURATION # Service metadata + - "com.centurylinklabs.watchtower.enable=true" - "homelab.category=infrastructure" - "homelab.description=VS Code in browser" - # Traefik reverse proxy (comment/uncomment to disable/enable) - # If Traefik is on a remote server: these labels are NOT USED; - # configure external yml files in /traefik/dynamic folder instead. - "traefik.enable=true" + # Router configuration - "traefik.http.routers.code-server.rule=Host(`code.${DOMAIN}`)" - "traefik.http.routers.code-server.entrypoints=websecure" - "traefik.http.routers.code-server.tls.certresolver=letsencrypt" - "traefik.http.routers.code-server.middlewares=authelia@docker" + # Service configuration - "traefik.http.services.code-server.loadbalancer.server.port=8443" - # Sablier lazy loading (enabled by default - comment out to disable) + # Sablier configuration - "sablier.enable=true" - "sablier.group=${SERVER_HOSTNAME}-code-server" - "sablier.start-on-demand=true" diff --git a/docker-compose/productivity/docker-compose.yml b/docker-compose/productivity/docker-compose.yml index 20cf521..679ecb5 100644 --- a/docker-compose/productivity/docker-compose.yml +++ b/docker-compose/productivity/docker-compose.yml @@ -57,21 +57,20 @@ services: depends_on: - nextcloud-db labels: - # TRAEFIK & SABLIER CONFIGURATION - # ========================================== + # TRAEFIK CONFIGURATION # Service metadata + - "com.centurylinklabs.watchtower.enable=true" - "homelab.category=productivity" - "homelab.description=File sync and collaboration" - # Traefik reverse proxy (comment/uncomment to disable/enable) - # If Traefik is on a remote server: these labels are NOT USED; - # configure external yml files in /traefik/dynamic folder instead. - "traefik.enable=true" + # Router configuration - "traefik.http.routers.nextcloud.rule=Host(`nextcloud.${DOMAIN}`)" - "traefik.http.routers.nextcloud.entrypoints=websecure" - "traefik.http.routers.nextcloud.tls.certresolver=letsencrypt" - "traefik.http.routers.nextcloud.middlewares=authelia@docker" + # Service configuration - "traefik.http.services.nextcloud.loadbalancer.server.port=80" - # Sablier lazy loading (enabled by default - comment out to disable) + # Sablier configuration - "sablier.enable=true" - "sablier.group=${SERVER_HOSTNAME}-nextcloud" - "sablier.start-on-demand=true" diff --git a/docker-compose/utilities/docker-compose.yml b/docker-compose/utilities/docker-compose.yml index c1f344e..184ab8a 100644 --- a/docker-compose/utilities/docker-compose.yml +++ b/docker-compose/utilities/docker-compose.yml @@ -42,26 +42,23 @@ services: - BACKREST_CONFIG=/config/config.json - TZ=${TZ} labels: - # ========================================== - # TRAEFIK & SABLIER CONFIGURATION - # ========================================== - + # TRAEFIK CONFIGURATION # Service metadata - - homelab.category=utilities - - homelab.description=Backup management with restic - - # Traefik reverse proxy (uncomment to enable) - - traefik.enable=true - - traefik.http.routers.backrest.rule=Host(`backrest.${DOMAIN}`) - - traefik.http.routers.backrest.entrypoints=websecure - - traefik.http.routers.backrest.tls.certresolver=letsencrypt - - traefik.http.routers.backrest.middlewares=authelia@docker - - traefik.http.services.backrest.loadbalancer.server.port=9898 - - # Sablier lazy loading (uncomment to enable) - - sablier.enable=true - - sablier.group=${SERVER_HOSTNAME}-backrest - - sablier.start-on-demand=true + - "com.centurylinklabs.watchtower.enable=true" + - "homelab.category=utilities" + - "homelab.description=Backup management with restic" + - "traefik.enable=true" + # Router configuration + - "traefik.http.routers.backrest.rule=Host(`backrest.${DOMAIN}`)" + - "traefik.http.routers.backrest.entrypoints=websecure" + - "traefik.http.routers.backrest.tls.certresolver=letsencrypt" + - "traefik.http.routers.backrest.middlewares=authelia@docker" + # Service configuration + - "traefik.http.services.backrest.loadbalancer.server.port=9898" + # Sablier configuration + - "sablier.enable=true" + - "sablier.group=${SERVER_HOSTNAME}-backrest" + - "sablier.start-on-demand=true" - "x-dockge.url=https://backrest.${DOMAIN}" - "x-dockge.url=https://backrest.${DOMAIN}" # Duplicati - Backup solution @@ -85,19 +82,18 @@ services: - PGID=${PGID:-1000} - TZ=${TZ} labels: - # TRAEFIK & SABLIER CONFIGURATION - # ========================================== + # TRAEFIK CONFIGURATION # Service metadata + - "com.centurylinklabs.watchtower.enable=true" - "homelab.category=utilities" - "homelab.description=Backup software with encryption" - # Traefik reverse proxy (comment/uncomment to disable/enable) - # If Traefik is on a remote server: these labels are NOT USED; - # configure external yml files in /traefik/dynamic folder instead. - "traefik.enable=true" + # Router configuration - "traefik.http.routers.duplicati.rule=Host(`duplicati.${DOMAIN}`)" - "traefik.http.routers.duplicati.entrypoints=websecure" - "traefik.http.routers.duplicati.tls.certresolver=letsencrypt" - "traefik.http.routers.duplicati.middlewares=authelia@docker" + # Service configuration - "traefik.http.services.duplicati.loadbalancer.server.port=8200" # Form.io - Form builder # Uncomment and configure if formio/formio image becomes available