www added to traefik
Some checks failed
Deploy Canina / deploy (push) Successful in 19s
E2E Playwright Tests / Run Full E2E & Security Suites (push) Failing after 5s

This commit is contained in:
parsa aghaei 2026-08-26 17:32:14 +03:30
parent 40176ac60e
commit 1651a593bd
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ services:
- NEXT_PUBLIC_API_URL=http://backend_prod:3000
labels:
- "traefik.enable=true"
- "traefik.http.routers.canina-prod.rule=Host(`canina.ir`) || Host(`admin.canina.ir`) || Host(`canina.parsaaghayi.ir`) || Host(`admincanina.parsaaghayi.ir`)"
- "traefik.http.routers.canina-prod.rule=Host(`canina.ir`) || Host(`www.canina.ir`) || Host(`admin.canina.ir`)"
- "traefik.http.routers.canina-prod.entrypoints=websecure"
- "traefik.http.routers.canina-prod.tls=true"
- "traefik.http.services.canina-prod.loadbalancer.server.port=8080"

View File

@ -59,7 +59,7 @@ services:
restart: always
labels:
- "traefik.enable=true"
- "traefik.http.routers.canina-prod.rule=Host(`canina.ir`) || Host(`admin.canina.ir`)"
- "traefik.http.routers.canina-prod.rule=Host(`canina.ir`) || Host(`www.canina.ir`) || Host(`admin.canina.ir`)"
- "traefik.http.routers.canina-prod.entrypoints=websecure"
- "traefik.http.routers.canina-prod.tls=true"
- "traefik.http.services.canina-prod.loadbalancer.server.port=8080"