frdel / agent-zero

Agent Zero AI framework
Other
4.12k stars 892 forks source link

Install process too long, please add a docker-compose.yml file #128

Open kneelesh48 opened 3 days ago

kneelesh48 commented 3 days ago

I noticed this project already has a Dockerfile.

We can fully dockerize it by having a docker-compose file Then the project can be installed with a single command docker compose up -d I recommend hosting the docker image on GHCR or docker hub so the user doesn't have to build the repo on every pull

frdel commented 3 days ago

PR welcome, if you can maintain the customizability, access to prompts and files, and solve docker in docker issues. Others have tried.