ssr
This commit is contained in:
parent
f2f4d19d3f
commit
fe5dd3aaed
|
|
@ -104,6 +104,11 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: cycle-frontend
|
- name: cycle-frontend
|
||||||
image: gitea.webart-tech.ru/webart/strava-frontend:8056c5f132b23c5b9f50be824355af579ca62c34
|
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:
|
ports:
|
||||||
- containerPort: 80
|
- containerPort: 80
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue