This commit is contained in:
parent
afa6fd0c6a
commit
776e037719
1 changed files with 3 additions and 7 deletions
|
@ -22,14 +22,10 @@ services:
|
|||
forgejo:
|
||||
image: codeberg.org/forgejo/forgejo:1.20.1-0
|
||||
environment:
|
||||
- USER_UID=1000
|
||||
- USER_GID=1000
|
||||
- FORGEJO_cors_ENABLED=true
|
||||
- FORGEJO_cors_ALLOW_DOMAIN="*"
|
||||
- FORGEJO_cors_METHODS="GET,HEAD,POST,PUT,PATCH,DELETE,OPTIONS"
|
||||
- FORGEJO_cors_ALLOW_CREDENTIALS=false
|
||||
- USER_UID=1001
|
||||
- USER_GID=1001
|
||||
volumes:
|
||||
- /woodpecker/src/git.batsense.net/realaravinth/forgejo-notifications-core/integration/conf/ci/app.ini:/data/gitea/conf/app.ini
|
||||
- /woodpecker/src/git.batsense.net/realaravinth/forgejo-notifications-core/integration/conf/ci/:/data/gitea/conf/
|
||||
#
|
||||
# deploy_docs:
|
||||
# image: python
|
||||
|
|
Loading…
Reference in a new issue