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