summaryrefslogtreecommitdiffhomepage
path: root/services/repos/compose.yaml
blob: 511a5dd454ef67a0140d22a14e313b165a15608e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
services:
  cgit:
    build:
      context: .
      dockerfile: Dockerfile
    ports:
      - "8002:80"
    volumes:
      - ./cgitrc:/etc/cgitrc:ro
      - ./repos.cgitrc:/etc/repos.cgitrc:ro
      - ./httpd-cgit.conf:/usr/local/apache2/conf/extra/httpd-cgit.conf:ro
      - ./repos:/src:ro
    restart: always