changed proxy to traefik and adding wg-easy vpn

This commit is contained in:
venus
2026-03-31 02:37:27 -05:00
parent 9ed5c1cf16
commit 4fba8d2ff4
4 changed files with 62 additions and 5 deletions

View File

@@ -2,7 +2,7 @@ networks:
gitea:
external: false
proxy:
traefik:
external: true
services:
@@ -15,7 +15,7 @@ services:
restart: always
networks:
- gitea
- proxy
- traefik
volumes:
- ./data/:/data
- /etc/timezone:/etc/timezone:ro
@@ -30,4 +30,4 @@ services:
# Explicitly tell Traefik to send the web traffic to internal port 3000
- "traefik.http.services.gitea.loadbalancer.server.port=3000"
# Tell Traefik to exclusively use the 'proxy' network to route traffic
- "traefik.docker.network=proxy"
- "traefik.docker.network=traefik"