Haproxy configuration
This commit is contained in:
6
makefile
6
makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user