Доработки профиля

This commit is contained in:
Халимов Рустам
2026-03-14 01:59:06 +03:00
parent 010b96d362
commit 15344f8636
69 changed files with 1625 additions and 561 deletions
+4
View File
@@ -38,10 +38,14 @@ services:
build:
context: .
dockerfile: Dockerfile.web
args:
- VITE_KLIPY_API_KEY=${VITE_KLIPY_API_KEY}
container_name: vortex-web
restart: always
ports:
- "9090:80"
environment:
- VITE_KLIPY_API_KEY=${VITE_KLIPY_API_KEY}
depends_on:
- server