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"