Haproxy configuration

This commit is contained in:
2022-07-28 23:00:31 +02:00
parent 9aef21657c
commit 9cdf8f83c8
7 changed files with 76 additions and 40 deletions

View File

@@ -40,12 +40,12 @@ frontend-image-push:
# Haproxy - Only used for local
haproxy:
haproxy: reconfigure-haproxy haproxy-restart
haproxy-stop:
docker-compose -f haproxy/haproxy-compose.yaml down
haproxy-start:
docker-compose -f haproxy/haproxy-compose.yaml up -d
haproxy-restart: haproxy-stop haproxy-start
# Config Templating - Only used for local