mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-24 01:14:27 +01:00
add keycloak
This commit is contained in:
23
examples/keycloak/README.md
Normal file
23
examples/keycloak/README.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# References
|
||||
|
||||
- https://github.com/keycloak/keycloak
|
||||
- https://www.keycloak.org/getting-started/getting-started-docker
|
||||
|
||||
# Notes
|
||||
|
||||
````
|
||||
# copy example env file
|
||||
cp env.example .env
|
||||
|
||||
# adjust env to your needs
|
||||
# adjust the compose.yml to your needs
|
||||
nano .env
|
||||
nano docker-compose.yml
|
||||
|
||||
# create docker networks
|
||||
docker network create proxy
|
||||
docker network create keycloak-internal
|
||||
|
||||
# spawn the stack
|
||||
docker compose up -d
|
||||
````
|
||||
Reference in New Issue
Block a user