Merge "SDC proxy do not depend on CLAMP"
[clamp.git] / extra / docker / clamp / docker-compose.yml
index 1de32bf..76992fd 100644 (file)
@@ -28,8 +28,6 @@ services:
     volumes:
       - "../../../src/test/resources/http-cache/example/:/thirdparty:rw"
       - "../../../src/test/resources/http-cache/:/script/:ro"
-    depends_on:
-      - clamp
     ports:
       - "8085:8085"
     command: /bin/sh -c "pip install requests &&  pip install simplejson && python -u /script/third_party_proxy.py -v true --port 8085 --root /thirdparty"