[gitea] Replace with forgejo

This commit is contained in:
JuliusFreudenberger 2024-02-16 00:09:37 +01:00
parent ac00500532
commit ef42656e6e
3 changed files with 6 additions and 5 deletions

5
forgejo/README.md Normal file
View file

@ -0,0 +1,5 @@
# forgejo
Forgejo is a self-hosted lightweight software forge.
Easy to install and low maintenance, it just does the job.

View file

@ -2,7 +2,7 @@ version: "3"
services: services:
gitea: gitea:
image: gitea/gitea:${gitea_version:-latest} image: codeberg.org/forgejo/forgejo:${gitea_version:-latest}
restart: unless-stopped restart: unless-stopped
environment: environment:
- USER_UID=1000 - USER_UID=1000

View file

@ -1,4 +0,0 @@
# gitea
A community managed lightweight code hosting solution written in Go.