add VITE_BASE_URL
All checks were successful
Update service runner / deploy (push) Successful in 10s

This commit is contained in:
vallyenfail
2026-01-19 23:27:23 +03:00
parent b7fa23b514
commit d871df368f
2 changed files with 4 additions and 0 deletions

View File

@@ -4,6 +4,8 @@ services:
build:
context: /var/www/smart-search
dockerfile: Dockerfile
args:
- VITE_BASE_URL=https://${SUBDOMAIN_N8N}.${DOMAIN_NAME}/webhook
restart: always
container_name: smart-search-frontend
networks:

View File

@@ -3,6 +3,8 @@ services:
build:
context: /var/www/smart-search-test
dockerfile: Dockerfile
args:
- VITE_BASE_URL=https://${SUBDOMAIN_BACK}.${SUBDOMAIN_TEST}.${DOMAIN_NAME}/api/v1
restart: always
container_name: smart-search-frontend-test
networks: