blackbox-exporter/docker-compose.yml

16 lines
383 B
YAML

networks:
infra_dev_net:
external: true
services:
blackbox-exporter:
build:
dockerfile: Dockerfile
image: docker-registry1.in.thelinuxpro.net:5000/tlp/blackbox-exporter:20240623.1.1
container_name: blackbox-exporter
command: '--config.file=/blackbox.yml'
restart: unless-stopped
networks:
infra_dev_net:
ipv4_address: 10.99.23.35