feat: init woodpecker #1
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue