diff options
author | jwansek <eddie.atten.ea29@gmail.com> | 2024-02-12 15:35:42 +0000 |
---|---|---|
committer | jwansek <eddie.atten.ea29@gmail.com> | 2024-02-12 15:35:42 +0000 |
commit | 95a34e9de9eef195c0b31e513b688a0c3c85e631 (patch) | |
tree | 4576c66cd857c8c870c5aa032174146012b47129 /cgit/docker-compose.yml | |
parent | cd055d0580b5ef704a05815183a0444370d58aa0 (diff) | |
download | git-scripts-95a34e9de9eef195c0b31e513b688a0c3c85e631.tar.gz git-scripts-95a34e9de9eef195c0b31e513b688a0c3c85e631.zip |
Updated script, switched to cgit
Diffstat (limited to 'cgit/docker-compose.yml')
-rw-r--r-- | cgit/docker-compose.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/cgit/docker-compose.yml b/cgit/docker-compose.yml new file mode 100644 index 0000000..88c6eb9 --- /dev/null +++ b/cgit/docker-compose.yml @@ -0,0 +1,10 @@ +cgit: + image: docker.io/clearlinux/cgit + ports: + - 8022:80 + volumes: + - /srv/git:/srv/git + - ./cgitrc:/etc/cgitrc + - ../../cgitrepos:/etc/cgitrepos + - ./httpd-cgit.conf:/etc/httpd/conf.d/httpd-cgit.conf + restart: unless-stopped |