From fe5dd3aaed2d6c7c1650438cea265d751253d8f5 Mon Sep 17 00:00:00 2001 From: artem Date: Fri, 18 Sep 2026 23:23:42 +0300 Subject: [PATCH] ssr --- strava.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/strava.yml b/strava.yml index bdb2a2a..08bcdfc 100644 --- a/strava.yml +++ b/strava.yml @@ -104,6 +104,11 @@ spec: containers: - name: cycle-frontend image: gitea.webart-tech.ru/webart/strava-frontend:8056c5f132b23c5b9f50be824355af579ca62c34 + env: + - name: VITE_APP_API_URL + value: "http://cycle-backend-service:8000" + - name: SSR_BASE_URL + value: "https://cycle-rider.ru" ports: - containerPort: 80