Refactor Docker setup to integrate Web UI and streamline configuration
Publish telemt-api gateway Docker image / test (push) Successful in 23s
Publish telemt-api gateway Docker image / build-and-push (push) Successful in 1m54s

- Updated Dockerfile to build and embed the SvelteKit Web UI directly into the gateway image, eliminating the need for a separate web service.
- Modified .dockerignore to exclude unnecessary directories related to the web service.
- Adjusted config.compose.yaml to remove CORS settings for the web service, as the UI now shares the same origin as the API.
- Enhanced README.md to reflect the new single-port architecture for accessing both the Web UI and API.
- Removed the standalone web Dockerfile and updated related documentation for local development and build processes.
This commit is contained in:
Denozordec
2026-03-30 10:42:28 +07:00
parent 6421a9b28d
commit d69849e5e2
15 changed files with 182 additions and 75 deletions
+3 -2
View File
@@ -1,2 +1,3 @@
# Базовый URL шлюза telemt-api (без завершающего слэша)
PUBLIC_TELEMT_GATEWAY_URL=http://127.0.0.1:8080
# Пусто = запросы к API на том же origin, что и панель (образ Docker со встроенным UI).
# Для dev (Vite :5173, шлюз :8080): http://127.0.0.1:8080
PUBLIC_TELEMT_GATEWAY_URL=