Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 3.28 KB

README.md

File metadata and controls

33 lines (24 loc) · 3.28 KB

Containers

Curated list of usage of various tools and services using containers.

Single Service Examples

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.

Multi-Service Examples

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.
BookStack / MySQL Integration of BookStack and MySQL.

Tools

Tools Description
TexLive Use texlive to generate PDFs from LaTeX files.