1 # requires variable config loading, such as:
2 # docker stack deploy -c <(docker-compose config) proxy
8 image: cjpalmer/gitweb:0.2.1
10 - /srv/git:/srv/git:ro
11 - ./gitweb.conf:/etc/gitweb.conf
16 image: cjpalmer/gitweb-cgi:0.2.1
20 - /srv/git:/srv/git:ro
21 - ./gitweb.conf:/etc/gitweb.conf