changed proxy to traefik and adding wg-easy vpn
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user