Update pp inception.yml

master
omidshj 2025-08-13 10:06:03 +03:30
parent 844e4a9a57
commit 5a2218e7ba
1 changed files with 6 additions and 0 deletions

View File

@ -39,6 +39,12 @@
labels: labels:
traefik.enable: "true" traefik.enable: "true"
traefik.docker.network: "web" 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.entrypoints: "web,websecure"
traefik.http.routers.pinception.rule: "Host(`api.mvm350.ir`)" traefik.http.routers.pinception.rule: "Host(`api.mvm350.ir`)"
traefik.http.services.pinception.loadbalancer.server.port: "3000" traefik.http.services.pinception.loadbalancer.server.port: "3000"