deploy
All checks were successful
Build & Deploy / deploy (push) Successful in 2m21s

This commit is contained in:
2026-01-17 17:00:41 +01:00
parent f6cd5ec5aa
commit 9f62c0a7bf

View File

@@ -3,7 +3,7 @@ services:
image: registry.infra.mintel.me/mintel/klz-cables.com:latest image: registry.infra.mintel.me/mintel/klz-cables.com:latest
restart: always restart: always
networks: networks:
- traefik - infra
labels: labels:
- "traefik.enable=true" - "traefik.enable=true"
- "traefik.http.routers.klz-cables.rule=Host(klz-cables.com,www.klz-cables.com)" - "traefik.http.routers.klz-cables.rule=Host(klz-cables.com,www.klz-cables.com)"
@@ -18,6 +18,6 @@ services:
start_period: 10s start_period: 10s
networks: networks:
traefik: infra:
name: traefik name: infra
external: true external: true