Skip to content

Commit

Permalink
Reverts Cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
FriedJannik authored Sep 2, 2024
1 parent 8f8f584 commit 3664915
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions ci/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ services:
- 27017:27017
networks:
- basyx-java-server-sdk

zookeeper:
image: confluentinc/cp-zookeeper:7.5.2
environment:
Expand All @@ -32,7 +31,6 @@ services:
start_period: 10s
networks:
- basyx-java-server-sdk

akhq:
image: tchiotludo/akhq:0.24.0
container_name: akhq
Expand All @@ -50,7 +48,6 @@ services:
- kafka
networks:
- basyx-java-server-sdk

kafka:
image: confluentinc/cp-kafka:7.5.2
ports:
Expand All @@ -73,7 +70,6 @@ services:
condition: service_healthy
networks:
- basyx-java-server-sdk

aas-registry-log-mem:
image: eclipsebasyx/aas-registry-log-mem:$BASYX_VERSION
container_name: aas-registry-log-mem
Expand All @@ -84,7 +80,6 @@ services:
restart: always
networks:
- basyx-java-server-sdk

sm-registry-log-mem:
image: eclipsebasyx/submodel-registry-log-mem:$BASYX_VERSION
container_name: sm-registry-log-mem
Expand All @@ -95,7 +90,6 @@ services:
restart: always
networks:
- basyx-java-server-sdk

secured-aas-registry-log-mem:
image: eclipsebasyx/aas-registry-log-mem:$BASYX_VERSION
container_name: secured-aas-registry-log-mem
Expand All @@ -115,7 +109,6 @@ services:
restart: always
networks:
- basyx-java-server-sdk

secured-sm-registry-log-mem:
image: eclipsebasyx/submodel-registry-log-mem:$BASYX_VERSION
container_name: secured-sm-registry-log-mem
Expand All @@ -135,7 +128,6 @@ services:
restart: always
networks:
- basyx-java-server-sdk

keycloak:
build:
context: ./keycloak
Expand All @@ -148,7 +140,6 @@ services:
- KEYCLOAK_ADMIN_PASSWORD=admin
networks:
- basyx-java-server-sdk

keycloak-fixed-uri:
image: eclipsebasyx/keycloak:0.0.1
build:
Expand All @@ -167,7 +158,6 @@ services:
- ./keycloak/realm:/opt/keycloak/data/import:ro
networks:
- basyx-java-server-sdk

networks:
basyx-java-server-sdk:
name: basyx-java-server-sdk
Expand Down

0 comments on commit 3664915

Please sign in to comment.