Merge "Clamp react ui to use url pathname dynamically instead of hardcoded prefix...
[clamp.git] / extra / docker / clamp / docker-compose.yml
index ed76d65..3a06212 100644 (file)
@@ -6,9 +6,9 @@ services:
     depends_on:
       - clamp-backend
     ports:
-      - "443:443"
+      - "2443:2443"
   db:
-    image: mariadb:10.4.7
+    image: mariadb:10.5.4
     volumes:
       - "/var/lib/mysql"
       - "../mariadb/conf1:/etc/mysql/conf.d:ro"
@@ -26,7 +26,7 @@ services:
     env_file:
       - clamp.env
     ports:
-      - "8443:8443"
+      - "10443:8443"
       
   third-party-proxy:
     image: python:2-slim
@@ -35,4 +35,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 --proxyaddress third-party-proxy:8085"
+    command: /bin/sh -c "pip install --no-cache-dir requests &&  pip install --no-cache-dir simplejson && python -u /script/third_party_proxy.py -v true --port 8085 --root /thirdparty --proxyaddress third-party-proxy:8085"