feat(haproxy): Add GPS client app port
This commit is contained in:
parent
78d928b004
commit
cd2c8ba946
@ -16,7 +16,8 @@ services:
|
||||
- 80:80
|
||||
- 443:443
|
||||
- ${STATS_PORT}:${STATS_PORT}
|
||||
- ${GPS_PORT}:${GPS_PORT}
|
||||
- ${GPS_DEVICE_PORT}:${GPS_DEVICE_PORT}
|
||||
- ${GPS_CLIENT_PORT}:${GPS_CLIENT_PORT}
|
||||
volumes:
|
||||
- /opt/docker-data/haproxy-${CONTEXT}/haproxy/config/haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg
|
||||
- /opt/docker-data/haproxy-${CONTEXT}/haproxy/config/hosts.map:/usr/local/etc/haproxy/hosts.map
|
||||
|
3
env/fqdn_context.env.example
vendored
3
env/fqdn_context.env.example
vendored
@ -1,5 +1,6 @@
|
||||
CONTEXT=ux_vilnius
|
||||
GPS_PORT=62000
|
||||
GPS_DEVICE_PORT=62000
|
||||
GPS_CLIENT_PORT=62002
|
||||
HAPROXY_VERSION=latest
|
||||
STATS_PORT=61000
|
||||
SUBNET=172.30.95.0/24
|
||||
|
Loading…
x
Reference in New Issue
Block a user