forked from kurianbenoy-aot/service-flow-vue
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdocker-compose.yml
28 lines (25 loc) · 1.01 KB
/
docker-compose.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
version: "3.7"
services:
service-flow-vue:
container_name: "service-flow-vue"
build:
context: .
dockerfile: Dockerfile
volumes:
- ".:/app"
- "/app/node_modules"
ports:
- "4000:4040"
tty: true
environment:
- VUE_APP_KEYCLOAK_URL=${VUE_APP_KEYCLOAK_URL}
- VUE_APP_KEYCLOAK_URL_REALM=${VUE_APP_KEYCLOAK_URL_REALM}
- VUE_APP_KEYCLOAK_CLIENT_ID=${VUE_APP_KEYCLOAK_CLIENT_ID}
- VUE_APP_BPM_URL=${VUE_APP_BPM_URL}
- VUE_APP_FORM_IO_API_URL=${VUE_APP_FORM_IO_API_URL}
- VUE_APP_FORM_IO_RESOURCE_ID=${VUE_APP_FORM_IO_RESOURCE_ID}
- VUE_APP_FORM_IO_REVIEWER_ID=${VUE_APP_FORM_IO_REVIEWER_ID}
- VUE_APP_FORM_IO_REVIEWER=${VUE_APP_FORM_IO_REVIEWER}
- VUE_APP_FORM_FLOW_API_URL=${VUE_APP_FORM_FLOW_API_URL}
- VUE_APP_FORM_FLOW_URL=${VUE_APP_FORM_FLOW_URL}
- VUE_APP_FORMIO_ROLES=${VUE_APP_FORMIO_ROLES}