feat: added forgejo settings
This commit is contained in:
parent
fe35b50124
commit
e514a0fb66
1 changed files with 5 additions and 1 deletions
|
@ -34,6 +34,10 @@ services:
|
|||
'
|
||||
environment:
|
||||
FORGEJO__security__INSTALL_LOCK: "true"
|
||||
FORGEJO__server__DISABLE_SSH: "true"
|
||||
FORGEJO__service__DISABLE_REGISTRATION: "true"
|
||||
FORGEJO__service__SHOW_REGISTRATION_BUTTON: "false"
|
||||
FORGEJO__service__DEFAULT_KEEP_EMAIL_PRIVATE: "true"
|
||||
FORGEJO__log__LEVEL: "debug"
|
||||
FORGEJO__repository__ENABLE_PUSH_CREATE_USER: "true"
|
||||
FORGEJO__repository__DEFAULT_PUSH_CREATE_PRIVATE: "false"
|
||||
|
@ -41,7 +45,7 @@ services:
|
|||
volumes:
|
||||
- ./volumes/forgejo-data:/data
|
||||
ports:
|
||||
- "127.0.0.1:13000:3000"
|
||||
- "127.0.0.1:3001:3000"
|
||||
|
||||
runner-daemon:
|
||||
image: code.forgejo.org/forgejo/runner:3.3.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue