compose.yaml.j2 289 B

123456789101112
  1. {#
  2. Pi-hole Docker Compose Configuration
  3. #}
  4. include:
  5. - services/pihole.yaml
  6. {% if network_mode == 'bridge' or network_mode == 'macvlan' or traefik_enabled %}
  7. - common/networks.yaml
  8. {% endif %}
  9. - common/volumes.yaml
  10. {% if swarm_enabled %}
  11. - common/secrets.yaml
  12. {% endif %}