add compose setup for local development
This commit is contained in:
commit
71ebb4c696
4 changed files with 13 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
local-dev/
|
||||||
12
compose.yaml
Normal file
12
compose.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
services:
|
||||||
|
keycloak:
|
||||||
|
image: quay.io/keycloak/keycloak:latest
|
||||||
|
pull_policy: always
|
||||||
|
command: start-dev
|
||||||
|
environment:
|
||||||
|
KEYCLOAK_ADMIN: admin
|
||||||
|
KEYCLOAK_ADMIN_PASSWORD: admin
|
||||||
|
ports:
|
||||||
|
- "8080:8080"
|
||||||
|
volumes:
|
||||||
|
- ./local-dev/providers/:/opt/keycloak/providers/
|
||||||
0
local-dev/.gitkeep
Normal file
0
local-dev/.gitkeep
Normal file
0
local-dev/providers/.gitkeep
Normal file
0
local-dev/providers/.gitkeep
Normal file
Loading…
Add table
Add a link
Reference in a new issue