This repository contains TogetherCrew's Temporal Python workflows. Follow the steps below to set up the project locally:
-
Configure Environment Variables
- Copy the example environment file:
cp .env.example .env
Update the
.envfile with your own values, referencing the services defined indocker-compose.dev.yml. -
Start Services
- Use the following command to set up and run the required services:
docker compose -f docker-compose.dev.yml up -d
-
Open localhost:8080 and check temporal dashboard.