Skip to content
Snippets Groups Projects
Commit eee35715 authored by Sören Henning's avatar Sören Henning
Browse files

Set public images in Docker Compose file

parent cf673c2e
Branches
Tags
1 merge request!187Migrate Beam benchmark implementation
Pipeline #5948 canceled
......@@ -44,12 +44,11 @@ services:
SCHEMA_REGISTRY_URL: http://schema-registry:8081
NUM_SENSORS: 10
benchmark-jobmanager:
image: uc1-beam-flink:latest
image: ghcr.io/cau-se/theodolite-uc1-beam-flink:latest
#ports:
# - "8080:8081"
command: >
standalone-job --job-classname application.Uc1BeamFlink
--streaming
--disableMetrics=true
--fasterCopy
environment:
......@@ -63,7 +62,7 @@ services:
- schema-registry
- kafka
benchmark-taskmanager:
image: uc1-beam-flink:latest
image: ghcr.io/cau-se/theodolite-uc1-beam-flink:latest
scale: 1
command: taskmanager
environment:
......
......@@ -35,7 +35,7 @@ services:
SCHEMA_REGISTRY_HOST_NAME: schema-registry
SCHEMA_REGISTRY_KAFKASTORE_CONNECTION_URL: 'zookeeper:2181'
benchmark:
image: uc1-beam-samza:latest
image: ghcr.io/cau-se/theodolite-uc1-beam-samza:latest
scale: 1
depends_on:
- schema-registry
......
......@@ -44,7 +44,7 @@ services:
SCHEMA_REGISTRY_URL: http://schema-registry:8081
NUM_SENSORS: 10
benchmark-jobmanager:
image: uc2-beam-flink:latest
image: ghcr.io/cau-se/theodolite-uc2-beam-flink:latest
#ports:
# - "8080:8081"
command: >
......@@ -62,7 +62,7 @@ services:
- schema-registry
- kafka
benchmark-taskmanager:
image: uc2-beam-flink:latest
image: ghcr.io/cau-se/theodolite-uc2-beam-flink:latest
scale: 1
command: taskmanager
environment:
......
......@@ -35,7 +35,7 @@ services:
SCHEMA_REGISTRY_HOST_NAME: schema-registry
SCHEMA_REGISTRY_KAFKASTORE_CONNECTION_URL: 'zookeeper:2181'
benchmark:
image: uc2-beam-samza:latest
image: ghcr.io/cau-se/theodolite-uc2-beam-samza:latest
scale: 1
depends_on:
- schema-registry
......
......@@ -44,7 +44,7 @@ services:
SCHEMA_REGISTRY_URL: http://schema-registry:8081
NUM_SENSORS: 10
benchmark-jobmanager:
image: uc3-beam-flink:latest
image: ghcr.io/cau-se/theodolite-uc3-beam-flink:latest
#ports:
# - "8080:8081"
command: >
......@@ -64,7 +64,7 @@ services:
- schema-registry
- kafka
benchmark-taskmanager:
image: uc3-beam-flink:latest
image: ghcr.io/cau-se/theodolite-uc3-beam-flink:latest
scale: 1
command: taskmanager
environment:
......
......@@ -35,7 +35,7 @@ services:
SCHEMA_REGISTRY_HOST_NAME: schema-registry
SCHEMA_REGISTRY_KAFKASTORE_CONNECTION_URL: 'zookeeper:2181'
benchmark:
image: uc3-beam-samza:latest
image: ghcr.io/cau-se/theodolite-uc3-beam-samza:latest
scale: 1
depends_on:
- schema-registry
......
......@@ -45,13 +45,12 @@ services:
NUM_SENSORS: 4
NUM_NESTED_GROUPS: 4
benchmark-jobmanager:
image: uc4-beam-flink:latest
image: ghcr.io/cau-se/theodolite-uc4-beam-flink:latest
#ports:
# - "8080:8081"
command: >
standalone-job
--job-classname application.Uc4BeamFlink
--streaming
--disableMetrics=true
--fasterCopy
environment:
......@@ -67,7 +66,7 @@ services:
- schema-registry
- kafka
benchmark-taskmanager:
image: uc4-beam-flink:latest
image: ghcr.io/cau-se/theodolite-uc4-beam-flink:latest
scale: 1
command: taskmanager
environment:
......
......@@ -35,7 +35,7 @@ services:
SCHEMA_REGISTRY_HOST_NAME: schema-registry
SCHEMA_REGISTRY_KAFKASTORE_CONNECTION_URL: 'zookeeper:2181'
benchmark:
image: uc4-beam-samza:latest
image: ghcr.io/cau-se/theodolite-uc4-beam-samza:latest
scale: 1
depends_on:
- schema-registry
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment