-
Notifications
You must be signed in to change notification settings - Fork 13
/
docker-compose.override.yml
30 lines (27 loc) · 1.29 KB
/
docker-compose.override.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
29
30
version: "3.7"
services:
#############################################################################################
### EFILING FRONTEND ###
#############################################################################################
efiling-frontend:
build:
context: ./src/frontend/efiling-frontend
#############################################################################################
### Efiling api backend app ###
#############################################################################################
efiling-api:
build:
context: ./src/backend
dockerfile: Dockerfile.efiling-api
args:
- MVN_PROFILE=${MVN_PROFILE:-efiling-api-demo}
- SKIP_TESTS=true
- STARTERS_V=v1.0.2
# #############################################################################################
# ### KEYCLOAK Config ###
# #############################################################################################
keycloak-config:
build:
context: ./infrastructure/keycloak
args:
- KEYCLOAK_URL=http://keycloak:8080