services: pihole: container_name: pihole image: pihole/pihole:latest network_mode: "host" restart: unless-stopped environment: - TZ=America/Chicago - WEBPASSWORD=threekittens! - FT_SERVER=true # Enables DHCP functionality volumes: - ./etc-pihole:/etc/pihole - ./etc-dnsmasq.d:/etc/dnsmasq.d arcane-agent: container_name: arcane-agent image: ghcr.io/ofkm/arcane-agent:latest restart: unless-stopped network_mode: "host" environment: - API_KEY=PASTE_YOUR_ARCANE_KEY_HERE - ARCANE_URL=http://192.168.1.175:8000 volumes: - /var/run/docker.sock:/var/run/docker.sock:ro