computersciencehouse/keycloakExtends the Keycloak docker image to use PostgreSQL and allow reverse proxying, plus some additional tweaks for Computer Science House.
Start a Keycloak instance:
docker run --name keycloak computersciencehouse/keycloak
When starting the Keycloak instance you can pass a number of environment variables to configure how it connects to PostgreSQL. For example:
docker run --name keycloak -e POSTGRES_PORT_5432_TCP_ADDR=postgres.mycompany.com -e DB_DATABASE=keycloak -e DB_USER=keycloak -e DB_PASSWORD=password computersciencehouse/keycloak
KEYCLOAK_USER
Specify the initial admin user to create.
KEYCLOAK_PASSWORD
Specify the initial admin user's password.
POSTGRES_PORT_5432_TCP_ADDR
Specify the hostname of the PostgreSQL server.
POSTGRES_PORT_5432_TCP_PORT
Specify the port of the PostgreSQL server (optional, default is 5432).
DB_DATABASE
Specify the name of the PostgreSQL database (optional, default is keycloak).
DB_USER
Specify the user for the PostgreSQL database (optional, default is keycloak).
DB_PASSWORD
Specify the password for the PostgreSQL database (optional, default is password).

manifest unknown 错误
TLS 证书验证失败
DNS 解析超时
410 错误:版本过低
402 错误:流量耗尽
身份认证失败错误
429 限流错误
凭证保存错误
来自真实用户的反馈,见证轩辕镜像的优质服务