Initial commit
This commit is contained in:
23
README.md
Normal file
23
README.md
Normal file
@@ -0,0 +1,23 @@
|
||||
# keycloak-setup
|
||||
|
||||
> Docker setup + SPI (connect to MySQL)
|
||||
|
||||
**Has not been fully verified**
|
||||
|
||||
## Setup
|
||||
|
||||
```bash
|
||||
cp .env.example .env
|
||||
docker compose up -d
|
||||
```
|
||||
|
||||
### Reverse proxy (Caddy)
|
||||
|
||||
`Caddyfile`
|
||||
|
||||
```
|
||||
account.yourdomain.com {
|
||||
reverse_proxy keycloak:8080
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user