Skip to content

Commit 08d8efb

Browse files
authored
Merge pull request #16456 from ch4mpy/BAEL-7704
BAEL-7704 : Update to latest spring-addons-oauth2-test
2 parents f73582b + bcd2fb9 commit 08d8efb

18 files changed

Lines changed: 2556 additions & 71 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
KEYCLOAK_ADMIN_PASSWORD=admin
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: baeldung-testing-oauth2
2+
services:
3+
4+
keycloak:
5+
image: quay.io/keycloak/keycloak:24.0.0
6+
volumes:
7+
- ./keycloak/import/:/opt/keycloak/data/import/
8+
command:
9+
- start-dev
10+
- --import-realm
11+
ports:
12+
- 8080:8080
13+
environment:
14+
KEYCLOAK_ADMIN: admin
15+
KEYCLOAK_ADMIN_PASSWORD: ${KEYCLOAK_ADMIN_PASSWORD}
16+
KC_HTTP_PORT: 8080
17+
KC_HOSTNAME_URL: http://localhost:8080
18+
KC_HOSTNAME_ADMIN_URL: http://localhost:8080
19+
KC_HTTP_RELATIVE_PATH: /
20+
#KC_LOG_LEVEL: DEBUG
21+
container_name: baeldung-testing-oauth2
22+
extra_hosts:
23+
- "host.docker.internal:host-gateway"

0 commit comments

Comments
 (0)