cd into the agent-infra-docker directory
docker compose up -d --build command to start your Agent Infra Docker:
- Open localhost:7777/docs to view the FastAPI routes for the AgentOS instance.
- Open localhost:5432 to view the PostgreSQL database.
Stop the containers
Play around with the AgentOS and stop it using:docker compose down command:
Restart the containers
Any changes you make to the codebase will be reflected in the running container. You can restart the container using:When updating environment variables, you need to restart the container for the changes to take effect.