feat(haproxy): Expose a port for a GPS tracking app

This commit is contained in:
hygienic-books 2023-06-22 22:50:43 +02:00
parent 867e1ff919
commit c362a9dea0

View File

@ -16,6 +16,7 @@ services:
- 80:80 - 80:80
- 443:443 - 443:443
- ${STATS_PORT}:${STATS_PORT} - ${STATS_PORT}:${STATS_PORT}
- ${GPS_PORT}:${GPS_PORT}
volumes: volumes:
- /opt/docker-data/haproxy-${CONTEXT}/haproxy/config/haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg - /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 - /opt/docker-data/haproxy-${CONTEXT}/haproxy/config/hosts.map:/usr/local/etc/haproxy/hosts.map