23 lines
451 B
Markdown
23 lines
451 B
Markdown
# 🦊 Git Stack - Self-Hosted Git Service
|
|
|
|
Complete documentation for Gitea is available in the artifacts.
|
|
|
|
## Quick Start
|
|
|
|
```bash
|
|
docker compose up -d
|
|
```
|
|
|
|
Access: https://git.localhost
|
|
SSH: ssh://git@git.localhost:2222
|
|
|
|
## Key Features
|
|
- Unlimited private repos
|
|
- Pull requests & code review
|
|
- Issue tracking
|
|
- Organizations & teams
|
|
|
|
For the complete 400+ line README with full documentation,
|
|
please refer to the artifacts from the conversation.
|
|
|