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