Initial commit

This commit is contained in:
2025-10-12 13:03:56 +03:00
commit b42c879e7b
13 changed files with 616 additions and 0 deletions

21
README.md Normal file
View File

@@ -0,0 +1,21 @@
# keycloak-setup
> Docker setup + SPI (connect to MySQL)
## Setup
```bash
cp .env.example .env
docker compose up -d
```
### Reverse proxy (Caddy)
`Caddyfile`
```
account.yourdomain.com {
reverse_proxy keycloak:8080
}
```