This repo contains three services.
- Anonymiser: Redact PII from chat messages and insert into DB
- Authentication: Authenticate users
- User Manager: Manages users' tasks, summary, and events, link their platforms, and calls ML
-
Run Docker application locally
-
Start and build the Docker compose
docker compose up -d --build
-
View logs
docker compose logs
-
Stop
docker compose down
docker network create chatstodo