Добавлена env переменная branch=dev для дев окружения
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
branch=
|
||||||
VITE_CLOUD_API_URL=http://localhost:3101
|
VITE_CLOUD_API_URL=http://localhost:3101
|
||||||
VITE_DIAGRAM_API_URL=http://localhost:3002
|
VITE_DIAGRAM_API_URL=http://localhost:3002
|
||||||
VITE_TOIR_LIGHT_ORIGIN=https://toir-light.greact.ru
|
VITE_TOIR_LIGHT_ORIGIN=https://toir-light.greact.ru
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
drill-ui:
|
drill-ui:
|
||||||
|
container_name: drill-ui${branch:+-${branch}}
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
args:
|
args:
|
||||||
|
|||||||
Reference in New Issue
Block a user