Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/fix tests #9

Merged
merged 19 commits into from
Nov 11, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
use current version of services
  • Loading branch information
sschum committed Nov 11, 2024
commit 1fb87b6ef2d5d18dfa3fac1b29cf951aec952790
7 changes: 3 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -7,18 +7,17 @@ services:
- POSTGRES_DB=keycloak
- POSTGRES_USER=keycloak
- POSTGRES_PASSWORD=password
image: postgres:12
image: postgres:16
ports:
- 5432:5432
volumes:
- postgres:/var/lib/postgresql
openldap:
image: osixia/openldap:1.3.0
image: bitnami/openldap:2.6
ports:
- 8389:389
keycloak:
image: quay.io/keycloak/keycloak:23.0.7
# :21.0.1
image: quay.io/keycloak/keycloak:26.0.5
command: start-dev --features=preview
depends_on:
- postgres