WIP: wip-entrypoint #2
1 changed files with 5 additions and 0 deletions
|
@ -39,6 +39,11 @@ services:
|
||||||
- 8080:3000
|
- 8080:3000
|
||||||
environment:
|
environment:
|
||||||
FORGEJO__security__INSTALL_LOCK: "true" # remove in production
|
FORGEJO__security__INSTALL_LOCK: "true" # remove in production
|
||||||
|
FORGEJO__log__LEVEL: "debug" # remove in production
|
||||||
|
FORGEJO__repository__ENABLE_PUSH_CREATE_USER: "true" # enables the ability to create a repo when pushing
|
||||||
|
FORGEJO__repository__DEFAULT_PUSH_CREATE_PRIVATE: "false" # defaults above to public
|
||||||
|
FORGEJO__repository__DEFAULT_REPO_UNITS: "repo.code,repo.actions"
|
||||||
|
# `command` is not neecessary, but can be used to create an admin user as shown below when combined with INSTALL_LOCK
|
||||||
command: >-
|
command: >-
|
||||||
bash -c '
|
bash -c '
|
||||||
/bin/s6-svscan /etc/s6 &
|
/bin/s6-svscan /etc/s6 &
|
||||||
|
|
Loading…
Reference in a new issue