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.example
to.env
:cp .env.example .env
-
Edit the
.env
file: Open the.env
file 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