master
omidshj 2025-02-05 13:12:13 +03:30
parent 84ee1adca8
commit 10db8017dd
1 changed files with 2 additions and 2 deletions

View File

@ -37,9 +37,9 @@
INCEPTION_APP: inception
labels:
traefik.enable: "true"
traefik.docker.network: "traefik"
traefik.docker.network: "web"
traefik.http.routers.inception.entrypoints: "web,websecure"
traefik.http.routers.inception.rule: "HostRegexp(`{subdomain:[a-zA-Z0-9-]+}.i4.eron.co`)"
traefik.http.routers.inception.rule: "Host(`i4.eron.co`) || HostRegexp(`{subdomain:[a-zA-Z0-9-]+}.i4.eron.co`)"
traefik.http.services.inception.loadbalancer.server.port: "3000"
traefik.http.routers.inception.tls: "true"
traefik.http.routers.inception.tls.certresolver: "dnsresolver"