Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vexsx/keycloak-compose
Keycloak with mssql ✨
https://github.com/vexsx/keycloak-compose
keycloak mssql mssqlserver
Last synced: 27 days ago
JSON representation
Keycloak with mssql ✨
- Host: GitHub
- URL: https://github.com/vexsx/keycloak-compose
- Owner: vexsx
- Created: 2024-07-08T13:17:17.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-10T11:00:04.000Z (4 months ago)
- Last Synced: 2024-09-29T14:04:26.192Z (about 1 month ago)
- Topics: keycloak, mssql, mssqlserver
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### [Keycloak](https://github.com/keycloak/keycloak) with MSSQL
1. Requires [docker](https://docs.docker.com/get-docker/) and [compose](https://docs.docker.com/compose/install/)
2. Parameterized using variables in the [`.env`](.env) file
3. Up the project using command:
```
docker compose up -d
```| App | Port | Username | Password
|-|-|-|-
| Keycloak | http://localhost:8080 | `admin` | `keycloak`| Useful commands | Description
|-|-
| `docker stats` | Containers resource usage (`--no-stream` only pull the first result)
| `docker compose logs` | Shows logs of containers (`-f` to follow logs)
| `docker compose down` | Stop and remove containers (`-v` remove named volumes declared in the volumes section of the Compose file and anonymous volumes attached to containers)
| `docker system prune -a -f` | Remove all unused containers, networks, images (`--volumes` prune volumes)