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" "PROXY": "smarthostloadbalancer"
}, },
{ {
"TARGET": "gitea" "TARGET": "gitea-app"
}, },
{ {
"PORT": "3000" "PORT": "3000"

View File

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

View File

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

View File

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

View File

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