{# Pi-hole Docker Compose Configuration #} include: - services/pihole.yaml {% if network_mode == 'bridge' or network_mode == 'macvlan' or traefik_enabled %} - common/networks.yaml {% endif %} - common/volumes.yaml {% if swarm_enabled %} - common/secrets.yaml {% endif %}