This repository has been archived on 2025-10-18. You can view files and clone it, but cannot push or open issues or pull requests.
Files
keycloak-setup/README.md
2025-10-16 21:58:05 +03:00

232 B

keycloak-setup

Docker setup + SPI (connect to MySQL)

Setup

cp .env.example .env
docker compose up -d

Reverse proxy (Caddy)

Caddyfile

account.yourdomain.com {
    reverse_proxy keycloak:8080
}