Skip to content

Instantly share code, notes, and snippets.

hosts:
db:
master:
hosts:
- db-master1.domain.tld
roles:
- unix_users
- postgres_master
- prometheus_pg_exporter
slave:
---
version: "3"
# More info at https://github.com/pi-hole/docker-pi-hole/ and https://docs.pi-hole.net/
services:
cloudflared:
container_name: cloudflared
image: cloudflare/cloudflared:2023.2.1
command: "proxy-dns --address 0.0.0.0 --port 5053 --upstream https://1.1.1.1/dns-query --upstream https://1.0.0.1/dns-query"
pihole: