restore original variables
Some checks failed
Integration tests for the release process / release-simulation (pull_request) Failing after 7s
/ example-docker-compose (pull_request) Failing after 1s
/ cascade (pull_request) Failing after 35s
checks / build and test (pull_request) Failing after 1m8s
checks / runner exec tests (pull_request) Has been skipped

This commit is contained in:
merith-xyz 2024-09-28 10:36:47 -07:00
parent 6b996253cf
commit f91070ea56

View file

@ -39,6 +39,11 @@ services:
- 8080:3000
environment:
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: >-
bash -c '
/bin/s6-svscan /etc/s6 &