add a proxy only

This commit is contained in:
Sebastian
2022-04-19 13:28:36 +02:00
parent 05de20ee72
commit 4c18e0e983

19
graph-frontend.yml Normal file
View File

@@ -0,0 +1,19 @@
version: '3.1'
services:
haproxy:
build: haproxy
volumes:
- ./haproxy:/usr/local/etc/haproxy
expose:
- "8404"
- "80"
ports:
- "80:80"
restart: always
labels:
- "prometheus-scrape.enabled=true"
- "prometheus-scrape.port=8404"
- "prometheus-scrape.job_name=haproxy"
- "prometheus-scrape.metrics_path=/metrics"