Update Gitea configuration to replace 'gitea' with 'gitea-app' in service and firewall settings

This commit is contained in:
gyurix
2025-08-29 14:39:46 +02:00
parent fd179866b2
commit 70e144b7f8
5 changed files with 5 additions and 5 deletions

View File

@@ -23,7 +23,7 @@
"PROXY": "smarthostloadbalancer"
},
{
"TARGET": "gitea"
"TARGET": "gitea-app"
},
{
"PORT": "3000"

View File

@@ -50,7 +50,7 @@
"CHAIN": "DOCKER-USER"
},
{
"SOURCE": "gitea"
"SOURCE": "gitea-app"
},
{
"TARGET": "coredns"

View File

@@ -49,7 +49,7 @@
"CHAIN": "DOCKER-USER"
},
{
"SOURCE": "gitea"
"SOURCE": "gitea-app"
},
{
"TARGET": "smtp"

View File

@@ -52,7 +52,7 @@
"SOURCE": "smarthostbackend"
},
{
"TARGET": "gitea"
"TARGET": "gitea-app"
},
{
"TYPE": "tcp"

View File

@@ -71,7 +71,7 @@
"coredns"
],
"MEMORY": "512M",
"SELECTOR": "gitea",
"SELECTOR": "gitea-app",
"NETWORK": "gitea-net",
"VOLUMES": [
{