Merge "Remove useless java libraries"
[clamp.git] / extra / docker / clamp / docker-compose.yml
index 76992fd..0821fff 100644 (file)
@@ -22,6 +22,7 @@ services:
       - clamp.env
     ports:
       - "8080:8080"
+      - "8443:8443"
 
   third_party_proxy:
     image: python:2-slim
@@ -30,4 +31,4 @@ services:
       - "../../../src/test/resources/http-cache/:/script/:ro"
     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"
+    command: /bin/sh -c "pip install requests &&  pip install simplejson && python -u /script/third_party_proxy.py -v true --port 8085 --root /thirdparty --proxyaddress third_party_proxy:8085"