rgit
An ultra-fast & lightweight cgit clone.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: '3'
services:
rgit:
image: ghcr.io/w4/rgit:main
volumes:
- /path/to/my-repos:/git
ports:
- 3333:8000
restart: unless-stoppedResources
GitHub: https://github.com/w4/rgit
GitHub Container Registry: https://github.com/w4/rgit/pkgs/container/rgit
Configuration: https://github.com/w4/rgit#docker