This commit is contained in:
parent
afa6fd0c6a
commit
776e037719
1 changed files with 3 additions and 7 deletions
|
@ -22,14 +22,10 @@ services:
|
||||||
forgejo:
|
forgejo:
|
||||||
image: codeberg.org/forgejo/forgejo:1.20.1-0
|
image: codeberg.org/forgejo/forgejo:1.20.1-0
|
||||||
environment:
|
environment:
|
||||||
- USER_UID=1000
|
- USER_UID=1001
|
||||||
- USER_GID=1000
|
- USER_GID=1001
|
||||||
- FORGEJO_cors_ENABLED=true
|
|
||||||
- FORGEJO_cors_ALLOW_DOMAIN="*"
|
|
||||||
- FORGEJO_cors_METHODS="GET,HEAD,POST,PUT,PATCH,DELETE,OPTIONS"
|
|
||||||
- FORGEJO_cors_ALLOW_CREDENTIALS=false
|
|
||||||
volumes:
|
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:
|
# deploy_docs:
|
||||||
# image: python
|
# image: python
|
||||||
|
|
Loading…
Reference in a new issue