From 9ca92f4c563c43c519eb89ed1ac01c2056393905 Mon Sep 17 00:00:00 2001 From: pedro Date: Sun, 1 Oct 2023 11:11:05 +0200 Subject: [PATCH] dc.yml: update docker images --- docker-compose_devicehub-dpp.yml | 8 ++++---- docker-compose_devicehub.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docker-compose_devicehub-dpp.yml b/docker-compose_devicehub-dpp.yml index 089d7b80..d8fd14a6 100644 --- a/docker-compose_devicehub-dpp.yml +++ b/docker-compose_devicehub-dpp.yml @@ -3,7 +3,7 @@ services: devicehub-id-server: init: true - image: dkr-dsg.ac.upc.edu/ereuse/devicehub:dpp__285635b7 + image: dkr-dsg.ac.upc.edu/ereuse/devicehub:dpp__bcb4c696 environment: - DB_USER=${DB_USER} - DB_PASSWORD=${DB_PASSWORD} @@ -31,7 +31,7 @@ services: - shared:/shared:rw postgres-id-server: - image: dkr-dsg.ac.upc.edu/ereuse/postgres:dpp__285635b7 + image: dkr-dsg.ac.upc.edu/ereuse/postgres:dpp__bcb4c696 # 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 @@ -48,7 +48,7 @@ services: devicehub-id-client: init: true - image: dkr-dsg.ac.upc.edu/ereuse/devicehub:dpp__285635b7 + image: dkr-dsg.ac.upc.edu/ereuse/devicehub:dpp__bcb4c696 environment: - DB_USER=${DB_USER} - DB_PASSWORD=${DB_PASSWORD} @@ -76,7 +76,7 @@ services: - shared:/shared:ro postgres-id-client: - image: dkr-dsg.ac.upc.edu/ereuse/postgres:dpp__285635b7 + image: dkr-dsg.ac.upc.edu/ereuse/postgres:dpp__bcb4c696 # 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 diff --git a/docker-compose_devicehub.yml b/docker-compose_devicehub.yml index 567d7947..eae7e3a6 100644 --- a/docker-compose_devicehub.yml +++ b/docker-compose_devicehub.yml @@ -3,7 +3,7 @@ services: devicehub: init: true - image: dkr-dsg.ac.upc.edu/ereuse/devicehub:dpp__285635b7 + image: dkr-dsg.ac.upc.edu/ereuse/devicehub:dpp__bcb4c696 environment: - DB_USER=${DB_USER} - DB_PASSWORD=${DB_PASSWORD} @@ -26,7 +26,7 @@ services: - shared:/shared:rw postgres: - image: dkr-dsg.ac.upc.edu/ereuse/postgres:dpp__285635b7 + image: dkr-dsg.ac.upc.edu/ereuse/postgres:dpp__bcb4c696 # 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