@@ -20,7 +20,6 @@ services:
2020 - test-mongo-e2e-testing
2121 - test-dynamodb-e2e-testing
2222 - test-elasticsearch-e2e-testing
23- - keycloak
2423 links :
2524 - postgres
2625 - testMySQL-e2e-testing
@@ -31,7 +30,6 @@ services:
3130 - test-mongo-e2e-testing
3231 - test-dynamodb-e2e-testing
3332 - test-elasticsearch-e2e-testing
34- - keycloak
3533 command : ["yarn", "start"]
3634
3735 testMySQL-e2e-testing :
@@ -273,34 +271,3 @@ services:
273271 - REMOTE_WEBSOCKET_ADDRESS=ws://autoadmin-ws-server:8009
274272 - APPLICATION_CONFIG_FILE_NAME=.mssql_test_agent_config.txt
275273 command : ["yarn", "start:dev"]
276-
277- keycloak-db :
278- image : postgres
279- ports :
280- - 5433:5432
281- environment :
282- POSTGRES_DB : keycloak
283- POSTGRES_USER : keycloak
284- POSTGRES_PASSWORD : keycloakpass
285- command : postgres -c 'max_connections=300'
286-
287- keycloak :
288- image : quay.io/keycloak/keycloak:26.2.5
289- ports :
290- - 8080:8080
291- environment :
292- - KC_DB=postgres
293- - KC_DB_URL_HOST=keycloak-db
294- - KC_DB_URL_PORT=5432
295- - KC_DB_URL_DATABASE=keycloak
296- - KC_DB_USERNAME=keycloak
297- - KC_DB_PASSWORD=keycloakpass
298- - KC_HOSTNAME=localhost
299- - KC_HTTP_ENABLED=true
300- - KC_HTTP_PORT=8080
301- - KC_BOOTSTRAP_ADMIN_USERNAME=admin
302- - KC_BOOTSTRAP_ADMIN_PASSWORD=admin
303- - KC_FEATURES=admin-fine-grained-authz
304- depends_on :
305- - keycloak-db
306- command : start-dev
0 commit comments