Gogs
Painless self-hosted Git Service written in Go.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: "3.3"
services:
gogs:
image: gogs/gogs
container_name: gogs
ports:
- 10022:22
- 10880:3000
volumes:
- /var/gogs:/data
restart: unless-stoppedResources
Website: https://gogs.io/
GitHub: https://github.com/gogs/gogs
Docker Hub: https://hub.docker.com/r/gogs/gogs
Configuration: https://github.com/gogs/gogs/tree/main/docker