aboutsummaryrefslogtreecommitdiffstats
path: root/compose.yml
blob: e3359f25004faeb8f8f97563f8f852039fbbdb79 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
services:
  cgit:
    image: docker.io/memdmp/cgit:local-build
    build:
      dockerfile: ./Dockerfile
    volumes:
      - cgit_ssh:/etc/ssh:rw
      - ./cgit/repos:/var/lib/git:rw
    ports:
      - 127.0.0.1:18080:80
      - 127.0.0.1:12222:22
    env_file:
      - .env

volumes:
  cgit_ssh:
  cgit_repos: