Curated list of usage of various tools and services using containers.
These examples demonstrate the setup of individual services using docker compose.
Services | Description |
---|---|
Jenkins | Standalone Jenkins service for CI/CD. |
Keycloak | Standalone Keycloak service for identity management. |
Prometheus | Standalone Prometheus service for monitoring. |
PostgreSQL | Standalone PostgreSQL service for databases. |
PostgreSQL Custom | Standalone PostgreSQL service with some customizations and a init script for databases. |
Grafana | Standalone Grafana service for visualization. |
These examples demonstrate the setup of multiple integrated services using docker compose.
Services | Description |
---|---|
Prometheus / Grafana | Integration of Prometheus and Grafana . Grafana is pre-configured to use Prometheus as an uneditable datasource. |
Prometheus / Grafana / Keycloak | Integration of Prometheus , Grafana , and Keycloak . Grafana is configured with OIDC authentication via Keycloak , granting all authenticated users the Viewer role, and Prometheus is set as an uneditable datasource. |
Wordpress / MySQL | Integration of Wordpress and MySQL . |
Tools | Description |
---|---|
TexLive | Use texlive to generate PDFs from LaTeX files. |