VPN: wireguard sidecar, nginx upstreams to 10.0.0.2, backend ports bound to wg0, updated docs

This commit is contained in:
2026-05-24 14:48:52 +02:00
parent 5e97218dc8
commit a8a4567fd3
7 changed files with 38 additions and 101 deletions
+4 -4
View File
@@ -29,7 +29,7 @@ services:
depends_on:
- postgres
ports:
- "8080:80"
- "10.0.0.2:8080:80"
networks:
- backend
@@ -52,8 +52,8 @@ services:
- GITEA__server__HTTP_PORT=3000
- GITEA__security__INSTALL_LOCK=true
ports:
- "3000:3000"
- "2222:22"
- "10.0.0.2:3000:3000"
- "10.0.0.2:2222:22"
networks:
- backend
@@ -67,7 +67,7 @@ services:
- POSTGRES_USER=${PG_USER}
- POSTGRES_PASSWORD=${PG_PASSWORD}
ports:
- "5432:5432"
- "10.0.0.2:5432:5432"
networks:
- backend