all repos — legit @ 86b2bf47ff930778bd73cce1cda916ffad41518b

web frontend for git, written in go

contrib/docker-compose.yml (view raw)

 1version: "3"
 2services:
 3  legit:
 4    container_name: legit
 5    build:
 6      context: ../
 7      dockerfile: ../contrib/Dockerfile
 8    restart: unless-stopped
 9    ports:
10      - "5555:5555"
11    volumes:
12      - /var/www/git:/var/www/git
13      - ../config.yaml:/app/config.yaml
14      - ../static:/app/static
15      - ../templates:/app/templates