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
c0a48327
Commit
c0a48327
authored
8 months ago
by
OZGCloud
Browse files
Options
Downloads
Patches
Plain Diff
OZG-6301: OZG-6468: Cleanup docker file and reduce logging in Elastic.
parent
b02b6cea
Branches
Branches containing commit
Tags
Tags containing commit
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
+9
-4
9 additions, 4 deletions
alfa-client/apps/alfa-e2e/docker-compose.yml
alfa-client/apps/alfa-e2e/start-e2e-environment.sh
+0
-15
0 additions, 15 deletions
alfa-client/apps/alfa-e2e/start-e2e-environment.sh
with
9 additions
and
19 deletions
alfa-client/apps/alfa-e2e/docker-compose.yml
+
9
−
4
View file @
c0a48327
...
@@ -49,7 +49,7 @@ services:
...
@@ -49,7 +49,7 @@ services:
-
OZGCLOUD_ELASTICSEARCH_USESSL=false
-
OZGCLOUD_ELASTICSEARCH_USESSL=false
-
OZGCLOUD_PROCESSORS_0_ADDRESS=http://smocker:5080/externe-processor-success
-
OZGCLOUD_PROCESSORS_0_ADDRESS=http://smocker:5080/externe-processor-success
-
OZGCLOUD_PROCESSORS_0_NAME=ticketCheck
-
OZGCLOUD_PROCESSORS_0_NAME=ticketCheck
-
OZGCLOUD_USER-MANAGER_URL=http://
localhost
:9092
-
OZGCLOUD_USER-MANAGER_URL=http://
user-manager
:9092
-
SPRING_DATA_MONGODB_HOST=mongodb
-
SPRING_DATA_MONGODB_HOST=mongodb
-
SPRING_DATA_MONGODB_DATABASE=local
-
SPRING_DATA_MONGODB_DATABASE=local
-
SPRING_PROFILES_ACTIVE=${SPRING_PROFILE:-local,e2e}
-
SPRING_PROFILES_ACTIVE=${SPRING_PROFILE:-local,e2e}
...
@@ -72,9 +72,13 @@ services:
...
@@ -72,9 +72,13 @@ services:
-
9091:9090
-
9091:9090
depends_on
:
depends_on
:
mongodb
:
mongodb
:
condition
:
service_
started
condition
:
service_
healthy
elastic
:
elastic
:
condition
:
service_healthy
condition
:
service_healthy
smocker
:
condition
:
service_healthy
user-manager
:
condition
:
service_started
alfa
:
alfa
:
image
:
docker.ozg-sh.de/alfa:${ALFA_DOCKER_IMAGE:-snapshot-latest}
image
:
docker.ozg-sh.de/alfa:${ALFA_DOCKER_IMAGE:-snapshot-latest}
...
@@ -124,6 +128,7 @@ services:
...
@@ -124,6 +128,7 @@ services:
-
MEM_LIMIT=1073741824
-
MEM_LIMIT=1073741824
-
xpack.security.enabled=false
-
xpack.security.enabled=false
-
xpack.security.http.ssl.enabled=false
-
xpack.security.http.ssl.enabled=false
-
logger.level=WARN
ulimits
:
ulimits
:
memlock
:
memlock
:
soft
:
-1
soft
:
-1
...
@@ -184,7 +189,7 @@ services:
...
@@ -184,7 +189,7 @@ services:
depends_on
:
depends_on
:
mongodb
:
mongodb
:
condition
:
service_healthy
condition
:
service_healthy
smocker-
curl
:
smocker-
init
:
condition
:
service_completed_successfully
condition
:
service_completed_successfully
zufi-manager
:
zufi-manager
:
...
@@ -217,7 +222,7 @@ services:
...
@@ -217,7 +222,7 @@ services:
timeout
:
5s
timeout
:
5s
retries
:
5
retries
:
5
smocker-
curl
:
smocker-
init
:
image
:
alpine/curl
image
:
alpine/curl
volumes
:
volumes
:
-
./src/fixtures/smocker:/mocks:ro
-
./src/fixtures/smocker:/mocks:ro
...
...
This diff is collapsed.
Click to expand it.
alfa-client/apps/alfa-e2e/start-e2e-environment.sh
+
0
−
15
View file @
c0a48327
...
@@ -81,19 +81,4 @@ do
...
@@ -81,19 +81,4 @@ do
done
done
echo
echo
#echo
#echo "Init smocker"
#while [ $(curl -sw '%{http_code}' "http://localhost:7081/version" -o /dev/null) -ne 200 ]; do
# echo -n "."
# sleep 1
#done
#curl -X POST http://localhost:7081/mocks -H 'Content-Type: application/x-yaml' --data-binary @src/fixtures/smocker/mocks.yaml
#curl -X POST http://localhost:7081/mocks -H 'Content-Type: application/x-yaml' --data-binary @src/fixtures/smocker/pvog-mock.yaml
#echo
#echo "Start Zufi"
#$DOCKER_COMPOSE_CMD up zufi-manager zufi-manager-pvog --wait
#echo
echo
"done."
echo
"done."
\ 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