Update Gitea service configuration to change SERVICE_NAME and DOMAIN settings

This commit is contained in:
gyurix
2025-08-29 15:38:32 +02:00
parent 5aca166c34
commit 6d65026806

View File

@@ -1,8 +1,7 @@
{
"main": {
"SERVICE_NAME": "dev-gitea",
"DOMAIN": "gitea.dev.format.hu",
"ZONE": "dev"
"SERVICE_NAME": "gitea",
"DOMAIN": "#DOMAIN"
},
"containers": [
{