You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: traefik-gitea/README.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,11 @@
1
1
# docker-compose Traefik + Gitea
2
2
3
-
Gitea a simple self-hosted and ready-to-use git server with CI/CD. Simpler and lighter than GitLab, it's a must have in your homelab ! More information at [the official website](https://docs.gitea.com/).
3
+
Gitea a simple self-hosted and ready-to-use git server with CI/CD. Simpler and lighter than GitLab, it's a must have in your homelab ! More information at [the official website](https://docs.gitea.com/). This stack will spawn a PostgreSQL database server, with Gitea "rootless". There is an exporter for the postgresql database server (prometheus metrics).
4
4
5
5
## :factory: Requirements
6
6
7
-
* linux host (tested successfully on Ubuntu 20.04 && 22.04, Debian 10 & 11)
8
-
* docker >= 23.x
9
-
* docker compose (plugin) >= 2.17.x
7
+
* linux host (tested successfully on Ubuntu 22.04 & Debian 12)
8
+
* docker (+compose) >= 23.x
10
9
11
10
## :rocket: How to use
12
11
@@ -16,7 +15,7 @@ Clone this repo where you want with this line :
0 commit comments