[gitea] Replace with forgejo
This commit is contained in:
parent
ac00500532
commit
ef42656e6e
3 changed files with 6 additions and 5 deletions
5
forgejo/README.md
Normal file
5
forgejo/README.md
Normal 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.
|
||||||
|
|
|
@ -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
|
|
@ -1,4 +0,0 @@
|
||||||
# gitea
|
|
||||||
|
|
||||||
A community managed lightweight code hosting solution written in Go.
|
|
||||||
|
|
Loading…
Reference in a new issue