This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit c42bb146 authored by Eduard Frankford's avatar Eduard Frankford
Browse files

removed keycloak from docker compose

parent 8810b017
3 merge requests!132Bringing July Release to production,!128Fixing #315 and #319,!126Continous Deployment with E2E Tests
......@@ -46,34 +46,34 @@ services:
restart: always
networks:
- backend
keycloak:
image: jboss/keycloak:16.1.0
command:
[
'-b',
'0.0.0.0',
'-Dkeycloak.migration.action=import',
'-Dkeycloak.migration.provider=dir',
'-Dkeycloak.migration.dir=/opt/jboss/keycloak/realm-config',
'-Dkeycloak.migration.strategy=OVERWRITE_EXISTING',
'-Djboss.socket.binding.port-offset=1000',
'-Dkeycloak.profile.feature.upload_scripts=enabled',
]
volumes:
- ./realm-config:/opt/jboss/keycloak/realm-config
environment:
- KEYCLOAK_USER=admin
- KEYCLOAK_PASSWORD=admin
- DB_VENDOR=h2
# If you want to expose these ports outside your dev PC,
# remove the "127.0.0.1:" prefix
ports:
- 127.0.0.1:9080:9080
- 127.0.0.1:9443:9443
- 127.0.0.1:10990:10990
networks:
- backend
- frontend
# keycloak:
# image: jboss/keycloak:16.1.0
# command:
# [
# '-b',
# '0.0.0.0',
# '-Dkeycloak.migration.action=import',
# '-Dkeycloak.migration.provider=dir',
# '-Dkeycloak.migration.dir=/opt/jboss/keycloak/realm-config',
# '-Dkeycloak.migration.strategy=OVERWRITE_EXISTING',
# '-Djboss.socket.binding.port-offset=1000',
# '-Dkeycloak.profile.feature.upload_scripts=enabled',
# ]
# volumes:
# - ./realm-config:/opt/jboss/keycloak/realm-config
# environment:
# - KEYCLOAK_USER=admin
# - KEYCLOAK_PASSWORD=admin
# - DB_VENDOR=h2
# # If you want to expose these ports outside your dev PC,
# # remove the "127.0.0.1:" prefix
# ports:
# - 127.0.0.1:9080:9080
# - 127.0.0.1:9443:9443
# - 127.0.0.1:10990:10990
# networks:
# - backend
# - frontend
networks:
frontend:
name: sharing_frontend
......
# This configuration is intended for development purpose, it's **your** responsibility to harden it for production
version: '3.8'
version: '3.3'
services:
keycloak:
image: jboss/keycloak:16.1.0
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment