diff --git a/pp inception.yml b/pp inception.yml index b126d75..2ff1a79 100644 --- a/pp inception.yml +++ b/pp inception.yml @@ -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"