mirror of
https://github.com/ansible/awx.git
synced 2026-02-12 15:14:45 -03:30
Add make prometheus and make grafana commands to dev environment
This commit is contained in:
@@ -69,7 +69,7 @@ services:
|
||||
{% endfor %}
|
||||
{% if control_plane_node_count|int > 1 %}
|
||||
haproxy:
|
||||
image: haproxy
|
||||
image: haproxy:2.3
|
||||
user: "{{ ansible_user_uid }}"
|
||||
volumes:
|
||||
- "./haproxy.cfg:/usr/local/etc/haproxy/haproxy.cfg:Z"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
global
|
||||
stats socket /tmp/admin.sock
|
||||
stats timeout 30s
|
||||
maxconn 1000
|
||||
|
||||
defaults
|
||||
log global
|
||||
@@ -46,4 +47,3 @@ listen stats
|
||||
bind *:1936
|
||||
stats enable
|
||||
stats uri /
|
||||
|
||||
|
||||
Reference in New Issue
Block a user