aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.yml
blob: 59b4a6e7e4cf17d5dfd052eb74f05c82136f71ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
version: '3'

services:
  app:
    image: rusian/gitolite-cgit
    container_name: gitolite-cgit
    env_file: config.env
    volumes:
      - git:/var/lib/git/
    ports:
      - "22:22"
      - "80:80"
      - "9418:9418"
    tty: true
volumes:
  git: