services: agent: image: gitea.anthonybouteiller.ovh/blomios/containarr-agent:latest restart: unless-stopped volumes: - /var/run/docker.sock:/var/run/docker.sock:ro environment: CONTAINARR_SERVER_URL: "http://:9090" CONTAINARR_AGENT_TOKEN: "" RUST_LOG: "info"