feat(forgejo): allow all domains for migrations
This commit is contained in:
parent
3e3e5de268
commit
6cf1a0ee7b
1 changed files with 3 additions and 2 deletions
|
@ -6,8 +6,9 @@
|
|||
environment = {
|
||||
"USER_GID" = "1000";
|
||||
"USER_UID" = "1000";
|
||||
FORGEJO__migrations__ALLOWED_DOMAINS = "github.com,*.github.com";
|
||||
FORGEJO__server__SSH_PORT = "222";
|
||||
"FORGEJO__migrations__ALLOWED_DOMAINS" = "*";
|
||||
"FORGEJO__server__SSH_PORT" = "222";
|
||||
"FORGEJO__service__DISABLE_REGISTRATION" = "true";
|
||||
};
|
||||
volumes = [
|
||||
"test_forgejo:/data:rw"
|
||||
|
|
Loading…
Add table
Reference in a new issue