Engine Management
Deploy Engine
Deploy a local xpander.ai engine using Docker
Deploy Engine Command
The engine deploy
command helps you set up and deploy a local xpander.ai engine using Docker Compose.
Usage
Options
Option | Description |
---|---|
--compose-file <file> | Optional. Specify a custom Docker Compose file path |
Prerequisites
- Docker installed and running
- Docker Compose v2.0 or later
- At least 4GB of available RAM
- 10GB of free disk space
Examples
Default Deployment
Custom Compose File
Response
The command provides real-time feedback during deployment:
Notes
- The default deployment includes:
- Core engine service
- Redis for caching
- PostgreSQL for persistence
- The engine will be available at
http://localhost:8080
- Use
xpander engine status
to verify the deployment - To stop the engine, use
docker compose down
- Data is persisted in Docker volumes