idhub: tag with latest, and use it in dcompose
This commit is contained in:
parent
712e1e9947
commit
265a28c051
2
Makefile
2
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"
|
||||
|
|
|
@ -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:-*}
|
||||
|
|
Reference in New Issue