Self-host with Docker · Yantr
Gitea
Lightweight self-hosted Git service and code platform.
2
Ports
0
Notes
3
Use Cases
About
What Gitea does
Gitea is a painless self-hosted all-in-one software development service. It includes Git hosting, code review, team collaboration, package registry, CI/CD with Gitea Actions, and a built-in wiki — all in a lightweight, fast Go binary.
Install Flow
How to self-host Gitea
Gitea can be deployed with standard Docker Compose using the Yantr app catalog. This page collects the basic information searchers usually need first: what Gitea does, which Docker image Yantr uses, default ports, deployment notes, and where to find the original compose template.
After deployment, Yantr lets you publish additional ports from the stack page using Docker-style syntax. Use 8080:8080 for a fixed host port or just 8080 to let Docker assign a random port.
Use Cases
What people run it for
- Host private Git repositories for personal or team projects.
- Run CI/CD pipelines with built-in Gitea Actions.
- Manage code reviews, issues, and project wikis in one place.
Technical Details
Ports, image, and service metadata
Ports
| Port | Protocol | Label |
|---|---|---|
| 3000 | HTTP | Web UI |
| 2222 | TCP | SSH |
Docker Image
postgres:16-alpine
Service Name
db
Related Apps
More tools you might pair with Gitea
Page generated 2026-06-23T15:50:08.758Z