feat(haproxy): Add GPS client app port

This commit is contained in:
hygienic-books 2023-07-25 04:41:22 +02:00
parent 78d928b004
commit cd2c8ba946
2 changed files with 4 additions and 2 deletions

View File

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

View File

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