aboutsummaryrefslogtreecommitdiffstats
path: root/extra/docker/clamp/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'extra/docker/clamp/docker-compose.yml')
-rw-r--r--extra/docker/clamp/docker-compose.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/docker/clamp/docker-compose.yml b/extra/docker/clamp/docker-compose.yml
index c7e5fea0..1de32bfb 100644
--- a/extra/docker/clamp/docker-compose.yml
+++ b/extra/docker/clamp/docker-compose.yml
@@ -23,13 +23,13 @@ services:
ports:
- "8080:8080"
- sdc_proxy:
+ third_party_proxy:
image: python:2-slim
volumes:
- - "../../../src/test/resources/http-cache/sdc-example/:/sdc:ro"
+ - "../../../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 && python /script/sdc_proxy.py --port 8085 --root /sdc"
+ command: /bin/sh -c "pip install requests && pip install simplejson && python -u /script/third_party_proxy.py -v true --port 8085 --root /thirdparty"