aboutsummaryrefslogtreecommitdiffstats
path: root/cgit/docker-compose.yml
blob: 38158504bd1f265fc8328ef0e0c5b34e8b82537b (plain)
1
2
3
4
5
6
7
8
9
10
11
cgit:
  image: docker.io/clearlinux/cgit
  ports:
    - 8022:80
  volumes:
    - /srv/git:/srv/git
    - ./cgitrc:/etc/cgitrc
    - ../../cgitrepos:/etc/cgitrepos
    - ./logo.png:/assets/greenboi.png
    - ./httpd-cgit.conf:/etc/httpd/conf.d/httpd-cgit.conf
  restart: unless-stopped