diff --git a/Makefile b/Makefile index 2ae24df..0f5c92e 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ idhub_image := ${project}/idhub:${idhub_tag} docker_build: #docker build -f docker/orchestra.Dockerfile -t ${orchestra_image} . #docker build -f docker/musician.Dockerfile -t ${musician_image} . - docker build -f docker/idhub.Dockerfile -t ${idhub_image} . + docker build -f docker/idhub.Dockerfile -t ${idhub_image} -t ${project}/idhub:latest . @printf "\n##########################\n" @printf "\nimage: ${orchestra_image}\n" @printf "\nimage: ${musician_image}\n" diff --git a/docker-compose_idhub-temp.yml b/docker-compose_idhub-temp.yml index a9011e7..e9ea77b 100644 --- a/docker-compose_idhub-temp.yml +++ b/docker-compose_idhub-temp.yml @@ -3,7 +3,7 @@ services: idhub: init: true - image: dkr-dsg.ac.upc.edu/trustchain-oc1-orchestral/idhub:main__233d8df + image: dkr-dsg.ac.upc.edu/trustchain-oc1-orchestral/idhub:latest environment: - SECRET_KEY=${IDHUB_SECRET_KEY:-publicsecretisnotsecureVtmKBfxpVV47PpBCF2Nzz2H6qnbd} - ALLOWED_HOSTS=${IDHUB_ALLOWED_HOSTS:-*}