Skip to content

Commit

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

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

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

kafka:
image: confluentinc/cp-kafka:7.5.2
ports:
Expand All @@ -70,6 +73,7 @@ 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 @@ -80,6 +84,7 @@ 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 @@ -90,6 +95,7 @@ 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 @@ -109,6 +115,7 @@ 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 @@ -128,18 +135,20 @@ services:
restart: always
networks:
- basyx-java-server-sdk

keycloak:
build:
context: ./keycloak
volumes:
- ./keycloak/realm:/opt/jboss/keycloak/imports
ports:
- 9096:8080
environment:
- KEYCLOAK_ADMIN=admin
- KEYCLOAK_ADMIN_PASSWORD=admin
networks:
- basyx-java-server-sdk
build:
context: ./keycloak
volumes:
- ./keycloak/realm:/opt/jboss/keycloak/imports
ports:
- 9096:8080
environment:
- KEYCLOAK_ADMIN=admin
- KEYCLOAK_ADMIN_PASSWORD=admin
networks:
- basyx-java-server-sdk

keycloak-fixed-uri:
image: eclipsebasyx/keycloak:0.0.1
build:
Expand All @@ -158,6 +167,7 @@ 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 c37f2b1

Please sign in to comment.