удаление docker-compose.dev.yml. Удаление container_name из docker-compose. Удаление branch env переменной.

This commit is contained in:
Первов Артем
2026-07-04 19:59:04 +03:00
parent 36276297a6
commit d2f8671162
3 changed files with 0 additions and 21 deletions

View File

@@ -1,4 +1,3 @@
branch=
DEV_API_URL=http://localhost:3101
VITE_DIAGRAM_API_URL=http://localhost:3002
VITE_TOIR_LIGHT_ORIGIN=https://toir-light.greact.ru

View File

@@ -1,19 +0,0 @@
services:
drill-ui-dev:
container_name: container-drill-ui${branch:+-${branch}}
build:
context: .
args:
VITE_DIAGRAM_API_URL: ${VITE_DIAGRAM_API_URL}
VITE_TOIR_LIGHT_ORIGIN: ${VITE_TOIR_LIGHT_ORIGIN}
VITE_KEYCLOAK_URL: ${VITE_KEYCLOAK_URL}
VITE_KEYCLOAK_REALM: ${VITE_KEYCLOAK_REALM}
VITE_KEYCLOAK_CLIENT_ID: ${VITE_KEYCLOAK_CLIENT_ID}
expose:
- "80"
networks:
- proxy
networks:
proxy:
external: true

View File

@@ -1,6 +1,5 @@
services:
drill-ui:
container_name: container-drill-ui${branch:+-${branch}}
build:
context: .
args: