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
be2373f7
Commit
be2373f7
authored
8 months ago
by
OZGCloud
Browse files
Options
Downloads
Patches
Plain Diff
OZG-6616: Experiment with network
parent
2f45efe0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
alfa-client/apps/alfa-e2e/docker-compose.yml
+24
-1
24 additions, 1 deletion
alfa-client/apps/alfa-e2e/docker-compose.yml
with
24 additions
and
1 deletion
alfa-client/apps/alfa-e2e/docker-compose.yml
+
24
−
1
View file @
be2373f7
...
...
@@ -33,6 +33,8 @@ services:
interval
:
10s
timeout
:
10s
retries
:
5
networks
:
-
ozgcloud
vorgang-manager
:
image
:
docker.ozg-sh.de/vorgang-manager:${VORGANG_MANAGER_DOCKER_IMAGE:-snapshot-latest}
...
...
@@ -79,6 +81,8 @@ services:
condition
:
service_healthy
user-manager
:
condition
:
service_started
networks
:
-
ozgcloud
alfa
:
image
:
docker.ozg-sh.de/alfa:${ALFA_DOCKER_IMAGE:-snapshot-latest}
...
...
@@ -115,6 +119,8 @@ services:
-
vorgang-manager
-
user-manager
-
zufi-manager-server
networks
:
-
ozgcloud
elastic
:
image
:
docker.elastic.co/elasticsearch/elasticsearch:8.3.2
...
...
@@ -145,6 +151,8 @@ services:
interval
:
10s
timeout
:
10s
retries
:
5
networks
:
-
ozgcloud
user-manager
:
image
:
docker.ozg-sh.de/user-manager:${USER_MANAGER_DOCKER_IMAGE:-snapshot-latest}
...
...
@@ -175,6 +183,8 @@ services:
depends_on
:
mongodb
:
condition
:
service_healthy
networks
:
-
ozgcloud
zufi-manager-pvog
:
image
:
docker.ozg-sh.de/zufi-manager:snapshot-latest
...
...
@@ -189,6 +199,8 @@ services:
condition
:
service_healthy
smocker-init
:
condition
:
service_completed_successfully
networks
:
-
ozgcloud
zufi-manager-server
:
image
:
docker.ozg-sh.de/zufi-server:snapshot-latest
...
...
@@ -204,6 +216,8 @@ services:
condition
:
service_healthy
zufi-manager-pvog
:
condition
:
service_completed_successfully
networks
:
-
ozgcloud
smocker
:
image
:
thiht/smocker
...
...
@@ -218,6 +232,8 @@ services:
interval
:
5s
timeout
:
5s
retries
:
5
networks
:
-
ozgcloud
smocker-init
:
image
:
alpine/curl
...
...
@@ -228,4 +244,11 @@ services:
curl -X POST http://smocker:8081/mocks -H 'Content-Type: application/x-yaml' --data-binary @/mocks/mocks.yaml"
depends_on
:
smocker
:
condition
:
service_healthy
\ No newline at end of file
condition
:
service_healthy
networks
:
-
ozgcloud
networks
:
ozgcloud
:
driver
:
bridge
\ No newline at end of file
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