aboutsummaryrefslogtreecommitdiff
path: root/examples/git.igorek.dev/compose.yaml
diff options
context:
space:
mode:
authorTolmachev Igor <me@igorek.dev>2026-01-08 03:01:07 +0900
committerTolmachev Igor <me@igorek.dev>2026-01-08 03:01:07 +0900
commit066327db639890abb4c6598b00b7751471836a5e (patch)
treefafaada294b442633b12bb2615de8bf554465fbe /examples/git.igorek.dev/compose.yaml
parente558963d30cd3c3d39b246be4034c8beaca56a77 (diff)
downloadcgit_material_docker-066327db639890abb4c6598b00b7751471836a5e.tar.gz
cgit_material_docker-066327db639890abb4c6598b00b7751471836a5e.zip
Add examples
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