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"
},
{
"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": [
{