Initial commit

This commit is contained in:
2025-10-12 13:03:56 +03:00
commit 6362de5cc5
6 changed files with 98 additions and 0 deletions

23
README.md Normal file
View File

@@ -0,0 +1,23 @@
# keycloak-setup
> Docker setup
Check `add-spi` branch for Service Provider Interfaces (SPI)
## Setup
```bash
cp .env.example .env
docker compose up -d
```
### Reverse proxy (Caddy)
`Caddyfile`
```
account.yourdomain.com {
reverse_proxy keycloak:8080
}
```