Description
To simplify the local development setup of our content publishing service, we need to introduce Docker Compose. This involves creating a docker-compose.yml file at the root of our project that defines and configures the content-publisher service using its Docker image.
Acceptance Criteria