fix: apply install lock on CI forgejo instance
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Aravinth Manivannan 2025-01-02 18:18:36 +05:30
parent 77dda509ca
commit 131e6ac8ca
Signed by: realaravinth
GPG key ID: F8F50389936984FF

View file

@ -44,6 +44,11 @@ steps:
services:
forgejo:
image: codeberg.org/forgejo/forgejo:9
environment:
FORGEJO__security__INSTALL_LOCK: true
FORGEJO__federation__ENABLED: true
FORGEJO__server__ROOT_URL: http://forgejo
FORGEJO__server__HTTP_PORT: 3000
database:
image: postgres