mirror of
https://github.com/balena-io/open-balena.git
synced 2024-12-20 06:07:56 +00:00
haproxy: Proxy port 3128 to vpn service
Change-type: minor Signed-off-by: Will Boyce <will@balena.io>
This commit is contained in:
parent
acd40a79e6
commit
318362cc25
@ -144,6 +144,7 @@ services:
|
||||
- "80:80"
|
||||
- "222:222"
|
||||
- "443:443"
|
||||
- "3128:3128"
|
||||
- "5432:5432"
|
||||
- "6379:6379"
|
||||
networks:
|
||||
|
@ -103,3 +103,8 @@ frontend redis
|
||||
backend backend_redis
|
||||
mode tcp
|
||||
server resin_redis_1 redis:6379 check port 6379
|
||||
|
||||
listen vpn-tunnel
|
||||
mode tcp
|
||||
bind *:3128
|
||||
server balena_vpn vpn:3128 check port 3128
|
||||
|
Loading…
Reference in New Issue
Block a user