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