fix: update Gitea and PostgreSQL environment variables for consistency
This commit is contained in:
@@ -21,7 +21,7 @@ services:
|
||||
- "--entryPoints.websecure.http.tls=true"
|
||||
- "--entryPoints.web.http.redirections.entryPoint.to=websecure"
|
||||
- "--entryPoints.web.http.redirections.entryPoint.scheme=https"
|
||||
- "--entryPoints.ssh.address=:222"
|
||||
- "--entryPoints.ssh.address=:2221"
|
||||
|
||||
# Let's Encrypt STAGING. CURRENTLY USING CF ORIGIN CA INSTEAD
|
||||
# - "--certificatesresolvers.letsencrypt.acme.email=${EMAIL}"
|
||||
|
||||
@@ -68,6 +68,7 @@ http:
|
||||
rule: "Host(`gitea.forust.xyz`)"
|
||||
entryPoints:
|
||||
- websecure
|
||||
- ssh
|
||||
service: gitea
|
||||
middlewares:
|
||||
- security-headers
|
||||
@@ -78,7 +79,7 @@ http:
|
||||
rule: "HostSNI(`*`)"
|
||||
entryPoints:
|
||||
- ssh
|
||||
service: gitea-ssh
|
||||
service: gitea
|
||||
tls: {}
|
||||
|
||||
# Glance (local only)
|
||||
@@ -163,7 +164,7 @@ http:
|
||||
loadBalancer:
|
||||
servers:
|
||||
- url: "http://n8n:5678"
|
||||
|
||||
|
||||
# Gitea
|
||||
gitea:
|
||||
loadBalancer:
|
||||
|
||||
Reference in New Issue
Block a user