Update Gitea service configuration to change SERVICE_NAME and DOMAIN settings #34

Merged
gyurix merged 1 commits from dev into main 2025-08-29 13:39:37 +00:00
Showing only changes of commit 6d65026806 - Show all commits

View File

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