git-serv

All-in-one Git hosting container

git clone git://git.janzachar.dev/git-serv.git


0services:
1  git-serv:
2    build: .
3    restart: always
4    ports:
5      - "2222:22"
6      - "9418:9418"
7      - "50006:80"
8    volumes:
9      - "./config:/srv/config:ro"
10      - "./ssh:/srv/ssh:rw"
11      - "./repos:/srv/repos:rw"
12      - "./log:/log"
13