Skip to content
Snippets Groups Projects
Commit 788cfe26 authored by OZGCloud's avatar OZGCloud
Browse files

Merge branch 'master' into OZG-4381-versenden-von-rueckfragen

parents 94155850 83b9918f
Branches
Tags
No related merge requests found
......@@ -45,7 +45,7 @@ services:
- OZGCLOUD_PROCESSORS_0_NAME=ticketCheck
- OZGCLOUD_USER-MANAGER_URL=http://localhost:9092
- SPRING_DATA_MONGODB_HOST=mongodb
- SPRING_PROFILES_ACTIVE=${SPRING_PROFILE:-dev,e2e}
- SPRING_PROFILES_ACTIVE=${SPRING_PROFILE:-local,e2e}
- LOGGING_CONFIG=classpath:log4j2-local.xml
ports:
- 9091:9090
......
......@@ -45,7 +45,7 @@ docker compose -f ${SCRIPT_DIR}/docker-compose.yml up -d mongodb user-manager el
echo
echo "Starting VorgangManager to init search index."
SPRING_PROFILE=dev,e2e,initSearchIndex docker compose -f ${SCRIPT_DIR}/docker-compose.yml up -d vorgang-manager
SPRING_PROFILE=local,e2e,initSearchIndex docker compose -f ${SCRIPT_DIR}/docker-compose.yml up -d vorgang-manager
echo
waitForInitSearchIndex() {
......@@ -63,7 +63,7 @@ echo
echo
echo "Starting VorgangManager and Alfa Server for normal operations."
SPRING_PROFILE=dev,e2e docker compose -f ${SCRIPT_DIR}/docker-compose.yml up -d vorgang-manager alfa
docker compose -f ${SCRIPT_DIR}/docker-compose.yml up -d vorgang-manager alfa
waitForServerStarted() {
(docker compose -f ${SCRIPT_DIR}/docker-compose.yml logs | awk 'BEGIN{RS="\0"} /Started AlfaServerApplication/ && /Started VorgangManagerServerApplication/ { exit 1 }')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment