Update Gitea service configuration to use 'gitea.json' for ENV_FILES and format DNS entries

This commit is contained in:
gyurix
2025-08-29 14:24:52 +02:00
parent e62029bca4
commit d6fe96f2c7

View File

@@ -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",