diff options
| author | Tolmachev Igor <me@igorek.dev> | 2026-01-08 03:01:07 +0900 |
|---|---|---|
| committer | Tolmachev Igor <me@igorek.dev> | 2026-01-08 03:01:07 +0900 |
| commit | 066327db639890abb4c6598b00b7751471836a5e (patch) | |
| tree | fafaada294b442633b12bb2615de8bf554465fbe /examples/git.igorek.dev/compose.yaml | |
| parent | e558963d30cd3c3d39b246be4034c8beaca56a77 (diff) | |
| download | cgit_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.yaml | 16 |
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 @@ | |||
| 1 | services: | ||
| 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 | ||
