diff --git a/pp ocean stage.yml b/pp ocean stage.yml index 3987d7c..cb20dcd 100644 --- a/pp ocean stage.yml +++ b/pp ocean stage.yml @@ -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"