cytopia / cytopia/devilbox

Configure Keycloak with devilbox

Open
#829 1 comment 0 reactions 0 assignees View on GitHub
docker-compose feature help wanted issue:stale
Dominant language
PHP
Stars
4.5k
Forks
652
PR merge metrics
No merged PRs in 30d

Description

Hi,
please if any one has configured keycloak can give us the configuration. Thanks

this is my configuration in docker-compose

keycloak:
image: quay.io/keycloak/keycloak:14.0.0
hostname: keycloak
ports:
# ---- Format: ----
# [HOST-ADDR : ] HOST-PORT : DOCKER-PORT
- "${LOCAL_LISTEN_ADDR}${HOST_PORT_KEYCLOAK}:8080"
environment:
DB_VENDOR: MYSQL
DB_ADDR: 172.16.238.12
DB_PORT: HOST_PORT_MYSQL
DB_DATABASE: keycloak
DB_USER: root
DB_PASSWORD: root
KEYCLOAK_USER: admin
KEYCLOAK_PASSWORD: admin
volumes:
# Mount DB Backup directory
- ${HOST_PATH_BACKUPDIR:-./backups}:/opt/jboss/mysql_data:rw${MOUNT_OPTIONS}
depends_on:
- mysql
links:
- mysql
networks:
app_net:
ipv4_address: 172.16.238.15

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.