haproxy: Proxy port 3128 to vpn service

Change-type: minor
Signed-off-by: Will Boyce <will@balena.io>
This commit is contained in:
Will Boyce 2018-11-05 23:15:04 +00:00 committed by Will Boyce
parent acd40a79e6
commit 318362cc25
No known key found for this signature in database
GPG Key ID: 4E27760A85903481
2 changed files with 6 additions and 0 deletions

View File

@ -144,6 +144,7 @@ services:
- "80:80"
- "222:222"
- "443:443"
- "3128:3128"
- "5432:5432"
- "6379:6379"
networks:

View File

@ -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