aboutsummaryrefslogtreecommitdiff
path: root/examples/git.igorek.dev/compose.yaml
blob: 5bd5fba9d32ca4f6d3c9c07890acc9b12535dd51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
services:
  cgit:
    image: igorechek06/cgit-material
    restart: on-failure

    ports:
      - 8888:80

    volumes:
      - ./repos/:/app/repos/
      - ./static/:/app/www/static/
      - ./about/:/app/about/
      - ./etc/:/app/etc/

      # bind custom colors
      - ./colors.css:/app/www/css/colors.css