Host the greeter service and access it from client using Docker Compose, compose.yaml.
We need to host the greeter on socket://localhost:8080. We can then access it from the client on socket://greeter:8080.
# start
docker compose up
# stop
docker compose stop