Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 751 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 751 Bytes

Reverse Proxy and Monitoring with Traefik

CI/CD pipeline built and deployed with Docker Compose

Runs containers for Traefik, Jenkins, Nexus Repository, Gogs (self-hosted Git service) and PostgreSQL (dependency for Gogs)

To deploy containers locally, run docker-compose up -d in the root folder.

Note: This has only been tested on Windows, with Ubuntu 20.04 on WSL2

Screenshots

Traefik at traefik.localhost

traefik-1 traefik-2

Nexus Repository at nexus.localhost

nexus-1

Jenkins at jenkins.localhost

jenkins-1

Gogs at git.localhost

gogs-1