Compare commits
1 Commits
bur-39
...
docker-imp
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d2f8671162 |
@@ -1,4 +1,3 @@
|
|||||||
branch=
|
|
||||||
DEV_API_URL=http://localhost:3101
|
DEV_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,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
|
|
||||||
@@ -1,6 +1,5 @@
|
|||||||
services:
|
services:
|
||||||
drill-ui:
|
drill-ui:
|
||||||
container_name: container-drill-ui${branch:+-${branch}}
|
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
args:
|
args:
|
||||||
|
|||||||
Reference in New Issue
Block a user