www added to traefik
This commit is contained in:
parent
40176ac60e
commit
1651a593bd
@ -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"
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user