
Gitea
Gitea is a software package for hosting software development using Git as well as bug tracking, wikis and code review
Official integration
Created - Last update
A painless self-hosted Git service. Gitea is a community managed fork of Gogs. Enter your Gitea Configuration parameters and click on next. A MySQL (database) and a Gitea container will be created for you. The process will take about a minute to finish.
Deployed services
gitea-db
mysql:$$cap_mysql_version
- gitea-db-data:/var/lib/mysql
always
4gitea
gitea/gitea:$$cap_gitea_version
- gitea-data:/data
3000
always
5Variables
MySQL Root password
Default: $$cap_gen_random_hex(10)
$$cap_db_passGitea Version
Default: 1.21.1
$$cap_gitea_versionCheck out their Docker page for the valid tags https://hub.docker.com/r/gitea/gitea/tags
MySQL Version
Default: 8.0.32
$$cap_mysql_versionCheck out their Docker page for the valid tags https://hub.docker.com/r/library/mysql/tags/