diff --git a/pp inception.yml b/pp inception.yml index e377f36..ace1556 100644 --- a/pp inception.yml +++ b/pp inception.yml @@ -39,6 +39,12 @@ labels: traefik.enable: "true" traefik.docker.network: "web" + traefik.http.routers.avitech.entrypoints: "web,websecure" + traefik.http.routers.avitech.rule: "Host(`api.avitech.ir`)" + traefik.http.services.avitech.loadbalancer.server.port: "3000" + traefik.http.routers.avitech.tls: "true" + traefik.http.routers.avitech.tls.certresolver: "httpresolver" + traefik.http.routers.avitech.service: "avitech" traefik.http.routers.pinception.entrypoints: "web,websecure" traefik.http.routers.pinception.rule: "Host(`api.mvm350.ir`)" traefik.http.services.pinception.loadbalancer.server.port: "3000"