Docker Compose
services:
forgejo:
image: codeberg.org/forgejo/forgejo:11
ports:
- "3000:3000"
- "222:22"
volumes:
- ./forgejo:/data
restart: unless-stoppedOfficial installation guide ↗PUBLISHED ARTIFACT // forgejo
Community-governed software forge
services:
forgejo:
image: codeberg.org/forgejo/forgejo:11
ports:
- "3000:3000"
- "222:22"
volumes:
- ./forgejo:/data
restart: unless-stoppedOfficial installation guide ↗A small team can start with modest CPU and memory; repository storage grows with projects and Actions workloads.
Docker Compose, persistent repository storage, and a supported database for production use.
Local accounts plus OAuth2/OIDC and LDAP integration options.
Back up the database, repository data, configuration, and SSH keys as one recoverable set.
It has a smaller integration ecosystem than GitHub; advanced enterprise governance may need companion tooling.