ci: IDP in dev moet wel realms importeren
This commit is contained in:
parent
65a2a0f662
commit
1069a6a368
1 changed files with 2 additions and 2 deletions
|
@ -20,8 +20,8 @@ services:
|
||||||
image: quay.io/keycloak/keycloak:latest
|
image: quay.io/keycloak/keycloak:latest
|
||||||
ports:
|
ports:
|
||||||
- '7080:7080'
|
- '7080:7080'
|
||||||
- '7443:7443'
|
# - '7443:7443'
|
||||||
#command: ['start-dev', '--http-port', '7080', '--https-port', '7443', '--import-realm']
|
command: ['start-dev', '--http-port', '7080', '--https-port', '7443', '--import-realm']
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./config/idp:/opt/keycloak/data/import
|
- ./config/idp:/opt/keycloak/data/import
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue