diff --git a/Makefile b/Makefile index 4784a3f..aaa3c1e 100644 --- a/Makefile +++ b/Makefile @@ -68,7 +68,7 @@ devicehub_build: postgres_build: # thanks src https://stackoverflow.com/questions/1789594/how-do-i-write-the-cd-command-in-a-makefile cd devicehub-teal; \ - docker build -f docker/postgres.Dockerfile -t ${postgres_image} -t ${project}/postgres:latest . + docker build -f docker/postgres.Dockerfile -t ${postgres_image} -t ${project}/postgres-dh:latest . docker_build: docker build -f docker/orchestra.Dockerfile -t ${orchestra_image} -t ${project}/orchestra:latest . diff --git a/docker-compose__pilot-ereuse.yml b/docker-compose__pilot-ereuse.yml index 67889ff..ef15b59 100644 --- a/docker-compose__pilot-ereuse.yml +++ b/docker-compose__pilot-ereuse.yml @@ -95,7 +95,7 @@ services: - devicehub:/opt/devicehub:rw postgres-dh: - image: dkr-dsg.ac.upc.edu/ereuse/postgres:latest + image: dkr-dsg.ac.upc.edu/trustchain-oc1-orchestral/postgres-dh:latest # 4. To create the database. # 5. Give permissions to the corresponding users in the database. # extra src https://github.com/docker-library/docs/blob/master/postgres/README.md#environment-variables