From cd2c8ba94686d97184db1b6ad79fb51227396070 Mon Sep 17 00:00:00 2001 From: hygienic-books Date: Tue, 25 Jul 2023 04:41:22 +0200 Subject: [PATCH] feat(haproxy): Add GPS client app port --- docker-compose.yml | 3 ++- env/fqdn_context.env.example | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 7879c58..8bd4792 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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 diff --git a/env/fqdn_context.env.example b/env/fqdn_context.env.example index e5cfae1..bce0e6c 100644 --- a/env/fqdn_context.env.example +++ b/env/fqdn_context.env.example @@ -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