mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-21 17:56:53 +02:00
.. | ||
arm | ||
docker-compose.yml | ||
gogs.service | ||
INSTALL.md | ||
README.md |
gogs
Gogs (Go Git Service) is a painless self-hosted Git service.
up and running
$ docker-compose up -d
$ docker-compose exec gogs vi /data/gogs/conf/app.ini
$ docker-compose restart
$ firefox http://localhost:3000/
$ tree -FL 3 ./data/git/
./data/git/
├── git -> /data/git
└── gogs-repositories/
├── root/
├── user1/
│ ├── project1.git/
│ └── project2.git/
└── user2/
Please read this to learn more about app.ini
.