Compare commits
1 Commits
bur-62
...
docker-imp
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d2f8671162 |
@@ -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
|
||||
|
||||
@@ -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:
|
||||
drill-ui:
|
||||
container_name: container-drill-ui${branch:+-${branch}}
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
|
||||
Reference in New Issue
Block a user