fix: update Gitea and PostgreSQL environment variables for consistency

This commit is contained in:
2025-11-15 16:37:31 +01:00
parent ca8e29bb4f
commit 6667971359
3 changed files with 11 additions and 10 deletions
+1 -1
View File
@@ -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}"