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

networks:
  web:
    external: true
    name: web