master
omidshj 2025-11-19 21:41:58 +03:30
parent 252df839e7
commit 47bc318ed7
1 changed files with 6 additions and 0 deletions

View File

@ -23,6 +23,12 @@
labels:
traefik.enable: "true"
traefik.docker.network: "web"
traefik.http.routers.vestap.entrypoints: "web,websecure"
traefik.http.routers.vestap.rule: "Host(`vestapipe.com`)"
traefik.http.services.vestap.loadbalancer.server.port: "3000"
traefik.http.routers.vestap.tls: "true"
traefik.http.routers.vestap.tls.certresolver: "httpresolver"
traefik.http.routers.vestap.service: "vestap"
traefik.http.routers.socean.entrypoints: "web,websecure"
traefik.http.routers.socean.rule: "HostRegexp(`{subdomain:[a-zA-Z0-9-]+}.stg.eron.co`)"
traefik.http.services.socean.loadbalancer.server.port: "3000"