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
2f45efe0
Commit
2f45efe0
authored
9 months ago
by
OZGCloud
Browse files
Options
Downloads
Patches
Plain Diff
OZG-6301: Rename container
parent
b43c8400
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
alfa-client/apps/alfa-e2e/docker-compose.yml
+5
-5
5 additions, 5 deletions
alfa-client/apps/alfa-e2e/docker-compose.yml
alfa-client/apps/alfa-e2e/start-e2e-environment.sh
+1
-1
1 addition, 1 deletion
alfa-client/apps/alfa-e2e/start-e2e-environment.sh
with
6 additions
and
6 deletions
alfa-client/apps/alfa-e2e/docker-compose.yml
+
5
−
5
View file @
2f45efe0
...
@@ -106,7 +106,7 @@ services:
...
@@ -106,7 +106,7 @@ services:
-
OZGCLOUD_VORGANG_BESCHEID_0_FORM_ENGINE_NAME=FormSolutions
-
OZGCLOUD_VORGANG_BESCHEID_0_FORM_ENGINE_NAME=FormSolutions
-
OZGCLOUD_VORGANG_BESCHEID_0_FORM_ID=KFAS_STAGE_KI_10_Haltverbot_LANDESHACKATHON
-
OZGCLOUD_VORGANG_BESCHEID_0_FORM_ID=KFAS_STAGE_KI_10_Haltverbot_LANDESHACKATHON
-
OZGCLOUD_FEATURE_COLLABORATION_ENABLED=true
-
OZGCLOUD_FEATURE_COLLABORATION_ENABLED=true
-
GRPC_CLIENT_ZUFI-MANAGER_ADDRESS=static://zufi-manager:9190
-
GRPC_CLIENT_ZUFI-MANAGER_ADDRESS=static://zufi-manager
-server
:9190
-
GRPC_CLIENT_ZUFI-MANAGER_NEGOTIATIONTYPE=PLAINTEXT
-
GRPC_CLIENT_ZUFI-MANAGER_NEGOTIATIONTYPE=PLAINTEXT
ports
:
ports
:
-
8080:8080
-
8080:8080
...
@@ -114,7 +114,7 @@ services:
...
@@ -114,7 +114,7 @@ services:
depends_on
:
depends_on
:
-
vorgang-manager
-
vorgang-manager
-
user-manager
-
user-manager
-
zufi-manager
-
zufi-manager
-server
elastic
:
elastic
:
image
:
docker.elastic.co/elasticsearch/elasticsearch:8.3.2
image
:
docker.elastic.co/elasticsearch/elasticsearch:8.3.2
...
@@ -176,7 +176,7 @@ services:
...
@@ -176,7 +176,7 @@ services:
mongodb
:
mongodb
:
condition
:
service_healthy
condition
:
service_healthy
zufi-manager-
server
:
zufi-manager-
pvog
:
image
:
docker.ozg-sh.de/zufi-manager:snapshot-latest
image
:
docker.ozg-sh.de/zufi-manager:snapshot-latest
platform
:
linux/amd64
platform
:
linux/amd64
environment
:
environment
:
...
@@ -190,7 +190,7 @@ services:
...
@@ -190,7 +190,7 @@ services:
smocker-init
:
smocker-init
:
condition
:
service_completed_successfully
condition
:
service_completed_successfully
zufi-manager
:
zufi-manager
-server
:
image
:
docker.ozg-sh.de/zufi-server:snapshot-latest
image
:
docker.ozg-sh.de/zufi-server:snapshot-latest
platform
:
linux/amd64
platform
:
linux/amd64
environment
:
environment
:
...
@@ -202,7 +202,7 @@ services:
...
@@ -202,7 +202,7 @@ services:
depends_on
:
depends_on
:
mongodb
:
mongodb
:
condition
:
service_healthy
condition
:
service_healthy
zufi-manager-
server
:
zufi-manager-
pvog
:
condition
:
service_completed_successfully
condition
:
service_completed_successfully
smocker
:
smocker
:
...
...
This diff is collapsed.
Click to expand it.
alfa-client/apps/alfa-e2e/start-e2e-environment.sh
+
1
−
1
View file @
2f45efe0
...
@@ -66,7 +66,7 @@ echo
...
@@ -66,7 +66,7 @@ echo
echo
echo
echo
"Starting VorgangManager, Alfa-Server and Zufi Server and Job for normal operations."
echo
"Starting VorgangManager, Alfa-Server and Zufi Server and Job for normal operations."
$DOCKER_COMPOSE_CMD
up
-d
vorgang-manager alfa zufi-manager zufi-manager-server
$DOCKER_COMPOSE_CMD
up
-d
vorgang-manager alfa zufi-manager
-pvog
zufi-manager-server
waitForServerStarted
()
{
waitForServerStarted
()
{
(
$DOCKER_COMPOSE_CMD
logs |
awk
'BEGIN{RS="\0"} /Started AlfaServerApplication/ && /Started VorgangManagerServerApplication/ { exit 1 }'
)
(
$DOCKER_COMPOSE_CMD
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