diff --git a/deploy stage.yml b/deploy stage.yml index 8b27f7f..e4fc12f 100644 --- a/deploy stage.yml +++ b/deploy stage.yml @@ -14,11 +14,13 @@ restart_policy: always networks: - name: traefik + - name: inception env: SERVER_BASE_URL: "{{SERVER_BASE_URL}}" DEBUG: "{{DEBUG}}" labels: traefik.enable: "true" + traefik.docker.network: "traefik" traefik.http.routers.stage.entrypoints: "web,websecure" traefik.http.routers.stage.rule: "HostRegexp(`{subdomain:[a-zA-Z0-9-]+}.sp.eron.co`) || HostRegexp(`{subdomain:[a-zA-Z0-9-]+}.stage.eron.co`)" traefik.http.services.stage.loadbalancer.server.port: "3000"