This is the codeAbility Sharing Platform! Learn more about the
codeAbility Sharing Platform
.
Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
codeAbility Sharing Platform
Manage
Activity
Members
Labels
Plan
Issues
41
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
development
sharing
codeAbility Sharing Platform
Commits
c42bb146
Commit
c42bb146
authored
2 years ago
by
Eduard Frankford
Browse files
Options
Downloads
Patches
Plain Diff
removed keycloak from docker compose
parent
8810b017
3 merge requests
!132
Bringing July Release to production
,
!128
Fixing #315 and #319
,
!126
Continous Deployment with E2E Tests
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/docker/gitsearch.yml
+28
-28
28 additions, 28 deletions
src/main/docker/gitsearch.yml
src/main/docker/keycloak.yml
+1
-1
1 addition, 1 deletion
src/main/docker/keycloak.yml
with
29 additions
and
29 deletions
src/main/docker/gitsearch.yml
+
28
−
28
View file @
c42bb146
...
...
@@ -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 diff is collapsed.
Click to expand it.
src/main/docker/keycloak.yml
+
1
−
1
View file @
c42bb146
# 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment