From 74501a4a10bdd326e16b5924ad7dbb0dc7a37394 Mon Sep 17 00:00:00 2001 From: pedro Date: Wed, 3 Apr 2024 13:29:55 +0200 Subject: [PATCH] docker: bugfix wrong image on postgres's devicehub --- Makefile | 2 +- docker-compose__pilot-ereuse.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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