Merge pull request 'Update Gitea configuration to replace 'gitea' with 'gitea-app' in service and firewall settings' (#32) from dev into main

Reviewed-on: #32
This commit is contained in:
2025-08-29 12:40:11 +00:00
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": [
{ {