fix: alias gitea.ginnoir.com on Caddy for Portainer go-git TLS
Portainer go-git resolves gitea.ginnoir.com inside Docker. Alias was on the gitea container → port 443 refused. Moved alias to Caddy so go-git reaches Caddy:443 (TLS ok) → proxies to gitea:3000. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
1138e41e22
commit
fb4de751ed
@@ -97,9 +97,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
networks:
|
networks:
|
||||||
gitea_internal: {}
|
gitea_internal: {}
|
||||||
edge:
|
edge: {}
|
||||||
aliases:
|
|
||||||
- gitea.ginnoir.com
|
|
||||||
environment:
|
environment:
|
||||||
- USER_UID=1000
|
- USER_UID=1000
|
||||||
- USER_GID=1000
|
- USER_GID=1000
|
||||||
|
|||||||
@@ -20,7 +20,9 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
- "com.centurylabs.watchtower.enable=false"
|
- "com.centurylabs.watchtower.enable=false"
|
||||||
networks:
|
networks:
|
||||||
- edge
|
edge:
|
||||||
|
aliases:
|
||||||
|
- gitea.ginnoir.com
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "80:80"
|
||||||
- "443:443"
|
- "443:443"
|
||||||
|
|||||||
Reference in New Issue
Block a user