Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor 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
Sören Henning
theodolite
Commits
dcbd1251
Commit
dcbd1251
authored
3 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Add missing Docker Compose file from previous commit
parent
197bb48b
No related branches found
No related tags found
1 merge request
!232
Add smoke tests for benchmark
Pipeline
#6240
passed
3 years ago
Stage: build
Stage: test
Stage: check
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theodolite-benchmarks/docker-test/uc4-kstreams-docker-compose/docker-compose.yml
+7
-2
7 additions, 2 deletions
...ocker-test/uc4-kstreams-docker-compose/docker-compose.yml
with
7 additions
and
2 deletions
theodolite-benchmarks/docker-test/uc4-kstreams-docker-compose/docker-compose.yml
+
7
−
2
View file @
dcbd1251
...
...
@@ -20,18 +20,23 @@ services:
KAFKA_ZOOKEEPER_CONNECTION_TIMEOUT_MS
:
30000
KAFKA_AUTO_CREATE_TOPICS_ENABLE
:
"
false"
KAFKA_CREATE_TOPICS
:
"
input:3:1,output:3:1,configuration:3:1,aggregation-feedback:3:1"
kcat
:
image
:
edenhill/kcat:1.7.1
entrypoint
:
"
sh"
tty
:
true
schema-registry
:
image
:
confluentinc/cp-schema-registry:
5.3
.1
image
:
confluentinc/cp-schema-registry:
7.0
.1
depends_on
:
-
zookeeper
-
kafka
restart
:
"
on-failure"
expose
:
-
"
8081"
#ports:
# - 8081:8081
environment
:
SCHEMA_REGISTRY_HOST_NAME
:
schema-registry
SCHEMA_REGISTRY_KAFKASTORE_
CONNECTION_URL
:
'
zookeeper:2181'
SCHEMA_REGISTRY_KAFKASTORE_
BOOTSTRAP_SERVERS
:
kafka:9092
benchmark
:
image
:
ghcr.io/cau-se/theodolite-uc4-kstreams-app:${THEODOLITE_TAG:-latest}
depends_on
:
...
...
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