Docker Compose
Docker compose it’s the easiest way to install Agent Heroes on your computer.
⚠️
Please be advised that by default the docker-compose is set to use your local system to save files.
You might encounter problems when the project run locally because pictures can’t be accessed publicly.
Either use cloudflare or deploy the project on a public server.
Step 1
Simply clone Agent Heroes to your computer by running:
git clone https://github.com/agentheroes/agentheroes
Step 2
From inside the folder run docker-compose
docker-compose up
Step 3
You can now access the system on port 4200.
If you are using the server publicly, you would need to reverse proxy port 4200 to 80 or 443.
ℹ️
If you want to modify some of the environment variables,
it’s better to copy the .env.example to .env and modify the .env file.
Last updated on