From 6518cfb76f9234c1039ea3735fbdf75237d323dc Mon Sep 17 00:00:00 2001 From: omidshj Date: Thu, 6 Jun 2024 20:09:03 +0330 Subject: [PATCH] Update deploy ocean.yml --- deploy ocean.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/deploy ocean.yml b/deploy ocean.yml index 3311202..ab208ae 100644 --- a/deploy ocean.yml +++ b/deploy ocean.yml @@ -15,7 +15,8 @@ networks: - name: traefik env: - SERVER_BASE_URL: "inception:3000" + SERVER_BASE_URL: "{{SERVER_BASE_URL}}" + DEBUG: "{{DEBUG}}" labels: traefik.enable: "true" traefik.http.routers.ocean.entrypoints: "web,websecure" @@ -39,7 +40,8 @@ networks: - name: traefik env: - SERVER_BASE_URL: "inception:3000" + SERVER_BASE_URL: "{{SERVER_BASE_URL}}" + DEBUG: "{{DEBUG}}" labels: traefik.enable: "true" traefik.http.routers.ocean2.entrypoints: "web,websecure"