test-realms worden niet meer geïmport
This commit is contained in:
parent
98ac8ab5a7
commit
65a2a0f662
2 changed files with 3 additions and 3 deletions
|
@ -60,7 +60,7 @@ services:
|
|||
extends:
|
||||
file: ./compose.yml
|
||||
service: idp
|
||||
command: ['start', '--http-port', '7080', '--https-port', '7443', '--import-realm']
|
||||
command: ['start', '--http-port', '7080', '--https-port', '7443']
|
||||
networks:
|
||||
- dwengo-1
|
||||
labels:
|
||||
|
|
|
@ -20,8 +20,8 @@ services:
|
|||
image: quay.io/keycloak/keycloak:latest
|
||||
ports:
|
||||
- '7080:7080'
|
||||
# - '7443:7443'
|
||||
command: ['start-dev', '--http-port', '7080', '--https-port', '7443', '--import-realm']
|
||||
- '7443:7443'
|
||||
#command: ['start-dev', '--http-port', '7080', '--https-port', '7443', '--import-realm']
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ./config/idp:/opt/keycloak/data/import
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue