@@ -49,7 +49,7 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"ENV_FILES": [
|
"ENV_FILES": [
|
||||||
"secret-gitea.json"
|
"gitea.json"
|
||||||
],
|
],
|
||||||
"ENVS": [
|
"ENVS": [
|
||||||
{
|
{
|
||||||
@@ -67,7 +67,9 @@
|
|||||||
"IMAGE": "gitea:gitea",
|
"IMAGE": "gitea:gitea",
|
||||||
"UPDATE": "true",
|
"UPDATE": "true",
|
||||||
"NAME": "giteaapp",
|
"NAME": "giteaapp",
|
||||||
"DNS": ["coredns"],
|
"DNS": [
|
||||||
|
"coredns"
|
||||||
|
],
|
||||||
"MEMORY": "512M",
|
"MEMORY": "512M",
|
||||||
"SELECTOR": "gitea",
|
"SELECTOR": "gitea",
|
||||||
"NETWORK": "gitea-net",
|
"NETWORK": "gitea-net",
|
||||||
@@ -92,7 +94,7 @@
|
|||||||
],
|
],
|
||||||
"EXTRA": "null",
|
"EXTRA": "null",
|
||||||
"ENV_FILES": [
|
"ENV_FILES": [
|
||||||
"secret-gitea.json"
|
"gitea.json"
|
||||||
],
|
],
|
||||||
"DEPEND": [],
|
"DEPEND": [],
|
||||||
"START_ON_BOOT": "true",
|
"START_ON_BOOT": "true",
|
||||||
|
@@ -41,7 +41,7 @@
|
|||||||
{
|
{
|
||||||
"description": "Sending mail enable",
|
"description": "Sending mail enable",
|
||||||
"key": "MAIL_ENABLE",
|
"key": "MAIL_ENABLE",
|
||||||
"value": "false,true",
|
"value": "false",
|
||||||
"info": "Enable sending email (for user registration, notifications, etc.)",
|
"info": "Enable sending email (for user registration, notifications, etc.)",
|
||||||
"advanced": "true"
|
"advanced": "true"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user