services: pihole: # image: placeholder/image:latest container_name: pihole restart: unless-stopped # environment: # - TZ=America/Toronto # volumes: # - ./data:/config # ports: # - "8080:8080" # networks: # - homelab-net networks: homelab-net: external: true