docker-compose.yml is a simple example of Docker Compose setup for TaskingAI. For more information about docker setup, please refer to the TaskingAI Documentation.
-
Copy
.env.exampleto.env:cp .env.example .env
-
Edit the
.envfile: Open the.envfile in your favorite text editor and update the necessary configurations. Ensure all required environment variables are set correctly. -
Start Docker Compose: Run the following command to start all services:
docker-compose -p taskingai --env-file .env up -d