Running` docker-compose up -d` will give this error: `ERROR: Service 'java-test-client' depends on service 'python' which is undefined.` Is python needed for java-test-client? I guess not.
Running
docker-compose up -dwill give this error:ERROR: Service 'java-test-client' depends on service 'python' which is undefined.Is python needed for java-test-client? I guess not.