aboutsummaryrefslogtreecommitdiff
path: root/examples/git.igorek.dev/compose.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/git.igorek.dev/compose.yaml')
-rw-r--r--examples/git.igorek.dev/compose.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/git.igorek.dev/compose.yaml b/examples/git.igorek.dev/compose.yaml
new file mode 100644
index 0000000..5bd5fba
--- /dev/null
+++ b/examples/git.igorek.dev/compose.yaml
@@ -0,0 +1,16 @@
1services:
2 cgit:
3 image: igorechek06/cgit-material
4 restart: on-failure
5
6 ports:
7 - 8888:80
8
9 volumes:
10 - ./repos/:/app/repos/
11 - ./static/:/app/www/static/
12 - ./about/:/app/about/
13 - ./etc/:/app/etc/
14
15 # bind custom colors
16 - ./colors.css:/app/www/css/colors.css