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