summary refs log tree commit diff stats
path: root/cgit/docker-compose.yaml
blob: c50612fc8fc7b25b703518e921390497708c4184 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
services:
  cgit:
    image: joseluisq/alpine-cgit:latest
    container_name: cgit
    restart: unless-stopped
    ports:
      - "127.0.0.1:8787:80"
    volumes:
      - /etc/config/cgit/:/srv/git/
    networks:
      - swag_default
networks:
  swag_default:
    external: true