Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frontend-clients
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OZG-Cloud
app
frontend-clients
Commits
788cfe26
Commit
788cfe26
authored
1 year ago
by
OZGCloud
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' into OZG-4381-versenden-von-rueckfragen
parents
94155850
83b9918f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
alfa-client/apps/alfa-e2e/docker-compose.yml
+1
-1
1 addition, 1 deletion
alfa-client/apps/alfa-e2e/docker-compose.yml
alfa-client/apps/alfa-e2e/start-e2e-environment.sh
+2
-2
2 additions, 2 deletions
alfa-client/apps/alfa-e2e/start-e2e-environment.sh
with
3 additions
and
3 deletions
alfa-client/apps/alfa-e2e/docker-compose.yml
+
1
−
1
View file @
788cfe26
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
alfa-client/apps/alfa-e2e/start-e2e-environment.sh
+
2
−
2
View file @
788cfe26
...
...
@@ -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 }'
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment