diff --git a/dockerfiles/commul-customization/default-ssl b/dockerfiles/commul-customization/default-ssl index df36d0a9f9d7e9f020de06e1ffc4e4b7ec670c0a..d9c416892eb466f0ff7b0cb13fa778ea1b86efe5 100644 --- a/dockerfiles/commul-customization/default-ssl +++ b/dockerfiles/commul-customization/default-ssl @@ -89,8 +89,8 @@ server { location /php/aa-statistics.php { shib_request /shibauthorizer; - include proxy_params; - proxy_pass http://apache; +# include proxy_params; + proxy_pass http://localhost:8080; } location /repository { diff --git a/dockerfiles/release.sh b/dockerfiles/release.sh index edb77fb2805bb6d7ea8945de9b29f85780bb08c5..6c2669e5ac47489c1188f17503958b4d0433bcb9 100755 --- a/dockerfiles/release.sh +++ b/dockerfiles/release.sh @@ -4,11 +4,11 @@ set -e VERSION=${1:-latest} TYPE=${2:-staging} -docker build -t gitlab.inf.unibz.it:4567/commul/docker/dspace/$TYPE/dspace:$VERSION . -f Dockerfile.dspace -docker build -t gitlab.inf.unibz.it:4567/commul/docker/dspace/$TYPE/nginx:$VERSION . -f Dockerfile.nginx -docker build -t gitlab.inf.unibz.it:4567/commul/docker/dspace/$TYPE/postgres:$VERSION . -f Dockerfile.postgres +docker build -t gitlab.inf.unibz.it:4567/commul/docker/clarin-dspace/$TYPE/dspace:$VERSION . -f Dockerfile.dspace +docker build -t gitlab.inf.unibz.it:4567/commul/docker/clarin-dspace/$TYPE/nginx:$VERSION . -f Dockerfile.nginx +docker build -t gitlab.inf.unibz.it:4567/commul/docker/clarin-dspace/$TYPE/postgres:$VERSION . -f Dockerfile.postgres -docker push gitlab.inf.unibz.it:4567/commul/docker/dspace/$TYPE/dspace:$VERSION -docker push gitlab.inf.unibz.it:4567/commul/docker/dspace/$TYPE/nginx:$VERSION -docker push gitlab.inf.unibz.it:4567/commul/docker/dspace/$TYPE/postgres:$VERSION +docker push gitlab.inf.unibz.it:4567/commul/docker/clarin-dspace/$TYPE/dspace:$VERSION +docker push gitlab.inf.unibz.it:4567/commul/docker/clarin-dspace/$TYPE/nginx:$VERSION +docker push gitlab.inf.unibz.it:4567/commul/docker/clarin-dspace/$TYPE/postgres:$VERSION