summaryrefslogtreecommitdiff
path: root/services/git.yml
blob: 68129e335e0bff3cc82aeea0904f1cd2d5d85120 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
version: '3'

volumes:
  git_data:

services:
  git:
    depends_on:
      - runit
    build: $IMAGES/git 
    ports:
      - "22:22" # ssh
      - "9418:9418" # git://
    volumes:
      - git_data:/data