summaryrefslogtreecommitdiff
path: root/cgit/docker-compose.yml
blob: 5e591772a3d1b84dcfdc122396f9c2356c1914fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
services:
  cgit:
    image: klakegg/cgit:alpine
    container_name: cgit
    volumes:
      - ./cgitrc:/etc/cgitrc:ro
      - /var/git:/var/git:ro
    restart: unless-stopped
    networks:
      - web

networks:
  web:
    external: true
    name: web