services: # Anubis service for personal site protection anubis-001-personal-site: image: ghcr.io/techarohq/anubis:latest restart: unless-stopped container_name: anubis network_mode: host volumes: - "./botPolicy.yaml:/botPolicy.yaml:ro" environment: TARGET: "http://127.0.0.1:5019" COOKIE_DOMAIN: "travisshears.com" SERVE_ROBOTS_TXT: "true" BIND: "127.0.0.1:5018" METRICS_BIND: "127.0.0.1:5020" POLICY_FNAME: "/botPolicy.yaml"