From 8dca81fa2c939ffb4b10eec539e5b5da18fe3aee Mon Sep 17 00:00:00 2001 From: omidshj <omid.shj@gmail.com> Date: Thu, 4 Jul 2024 16:36:15 +0330 Subject: [PATCH] Update deploy stage.yml --- deploy stage.yml | 2 ++ 1 file changed, 2 insertions(+) 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"