summaryrefslogtreecommitdiffstats
path: root/docker/Dockerfile.cgit (follow)
AgeCommit message (Collapse)AuthorFilesLines
2023-09-16cgit: Port Dockerfile for alpine baseMalfurious1-16/+0
Move the cgit image off of archlinux for the same reasons as gitolite. However, in this case, debian isn't necessary, and going with alpine will give even smaller images. As is, it seems simpler to port the config files over to alpine anyway. See 90858ead45f6 for more context. Signed-off-by: Malfurious <m@lfurio.us>
2022-08-13Add port expose directives to DockerfilesMalfurious1-0/+1
This is useful as documentation to the user, but can be necessary to work with some docker-compose setups. Signed-off-by: Malfurious <m@lfurio.us>
2022-08-07Add cgit docker imageMalfurious1-0/+15
Apache webserver (httpd) is setup minimally to host cgit on a website (sub)domain root. cgitrc config file is based on that from my previous installation, in my personal website. Signed-off-by: Malfurious <m@lfurio.us>