This commit is contained in:
parent
1ddb4b72e0
commit
544a3d4671
3 changed files with 3 additions and 4 deletions
|
@ -1,3 +1,2 @@
|
|||
container:
|
||||
docker_host: '-'
|
||||
options: --oom-score-adj=200
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
WORK_PATH = /data
|
||||
WORK_PATH = /var/lib/gitea
|
||||
[database]
|
||||
DB_TYPE = sqlite3
|
||||
[repository]
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
[Container]
|
||||
Image=docker.io/gitea/gitea:latest-rootless
|
||||
Image=codeberg.org/forgejo/forgejo:1.21-rootless
|
||||
UserNS=auto
|
||||
Network=nginx.network
|
||||
Volume=/var/lib/system-config/container-config/forgejo/app.ini:/etc/gitea/app.ini:Z,ro
|
||||
Volume=forgejo.volume:/data:U,Z
|
||||
Volume=forgejo.volume:/var/lib/gitea:U,Z
|
||||
Secret=forgejo-token
|
||||
AutoUpdate=registry
|
||||
[Install]
|
||||
|
|
Loading…
Add table
Reference in a new issue