diff --git a/.woodpecker.yml b/.woodpecker.yml index ded9854..b44ddd9 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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