Updated Git
This commit is contained in:
parent
e78ee00866
commit
a401404832
1 changed files with 5 additions and 2 deletions
|
@ -29,13 +29,16 @@ services:
|
|||
FORGEJO__repository__ENABLE_PUSH_CREATE_USER: "true"
|
||||
FORGEJO__repository__DEFAULT_PUSH_CREATE_PRIVATE: "false"
|
||||
FORGEJO__repository__DEFAULT_REPO_UNITS: "repo.code,repo.actions"
|
||||
FORGEJO__server__ROOT_URL: ${ROOT_URL}
|
||||
FORGEJO__server__ROOT_URL: https://${ROOT_URL}
|
||||
FORGEJO__server__SSH_DOMAIN: ${ROOT_URL}
|
||||
FORGEJO__server__SSH_PORT: 2222
|
||||
FORGEJO__server__START_SSH_SERVER: false
|
||||
|
||||
volumes:
|
||||
- ${ROOT_DIR}/forgejo_data:/data
|
||||
ports:
|
||||
- '8080:3000'
|
||||
- '2222:22'
|
||||
- '2222:2222'
|
||||
|
||||
runner-register:
|
||||
image: code.forgejo.org/forgejo/runner:3.4.1
|
||||
|
|
Loading…
Add table
Reference in a new issue