blob: c1e4bb824dffd5991e5073f7a5e85de109bf14ee (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
networks:
edge_net:
name: ${EDGE_NET}
external: true
services:
scm:
image: ratdad/cgit:latest
networks:
- edge_net
expose:
- 80
volumes:
- ${SECRETS}/scm/cgit.css}:/srv/www/htdocs/cgit/cgit.css
- ${SECRETS}/scm/header.html:/opt/header.html
- ${SECRETS}/scm/footer.html:/opt/footer.html
- ${SECRETS}/scm/README.txt:/opt/README.txt
- ${SECRETS}/scm/cgitrc:/etc/cgitrc
- ${GIT_ROOT}:/srv/git
|