You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

31 lines
919 B

#curl -s http://localhost:9100/metrics | curl --data-binary @- http://pushgateway.example.org:9091/metrics/job/some_job/instance/some_instance
services:
pushgateway:
image: docker.pblr-nyk.pro/prom/pushgateway:latest
container_name: p_gw
restart: unless-stopped
deploy:
resources:
limits:
cpus: "0.1"
memory: 128M
pushgateway_nginx:
build: ./
container_name: p_gw_nginx
restart: unless-stopped
#COMBO | base auth for this instance
#GATEWAY | first gateway without pass words
environment:
- COMBO=test:test;test1:test1
- GATEWAY=p_gw:9091;p_gw:9091|user:pass;p_gw:9091|user:pass
- PORT=9091
#volumes:
# - $PWD/srv.conf:/etc/nginx/conf.d/srv.conf:ro
# - $PWD/.htpasswd:/etc/nginx/.htpasswd:ro
ports:
- 9091:9091
deploy:
resources:
limits:
cpus: "0.1"
memory: 128M