Added git server and prometheus metrics

This commit is contained in:
2026-02-23 18:43:16 -05:00
parent 43d704a690
commit 09487d9a1f
11 changed files with 754 additions and 10 deletions

View File

@@ -13,7 +13,7 @@ services:
www:
image: ericomeehan/gitweb:latest
build:
dockerfile: Dockerfile
dockerfile: gitweb.Dockerfile
depends_on:
- mailsync
volumes:
@@ -23,3 +23,13 @@ services:
- ./conf/gitweb.conf:/etc/gitweb.conf
ports:
- 8080:80
- 9117:9117
gitserver:
image: ericomeeha/gitserver:latest
build:
dockerfile: gitserver.Dockerfile
volumes:
- ./htdocs:/home/git/data
- ./authorized_keys:/auth/authorized_keys
ports:
- 2222:22