docker-compose: upgrade images

This commit is contained in:
pedro 2023-10-24 08:54:08 +02:00
parent c6ec665865
commit 57eb978dc4
2 changed files with 6 additions and 6 deletions

View File

@ -3,7 +3,7 @@ services:
devicehub-id-server: devicehub-id-server:
init: true init: true
image: dkr-dsg.ac.upc.edu/ereuse/devicehub:dpp__bcb4c696 image: dkr-dsg.ac.upc.edu/ereuse/devicehub:dpp__c6ec6658
environment: environment:
- DB_USER=${DB_USER} - DB_USER=${DB_USER}
- DB_PASSWORD=${DB_PASSWORD} - DB_PASSWORD=${DB_PASSWORD}
@ -32,7 +32,7 @@ services:
- app_id_server:/opt/devicehub:rw - app_id_server:/opt/devicehub:rw
postgres-id-server: postgres-id-server:
image: dkr-dsg.ac.upc.edu/ereuse/postgres:dpp__bcb4c696 image: dkr-dsg.ac.upc.edu/ereuse/postgres:dpp__c6ec6658
# 4. To create the database. # 4. To create the database.
# 5. Give permissions to the corresponding users in 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 # extra src https://github.com/docker-library/docs/blob/master/postgres/README.md#environment-variables
@ -49,7 +49,7 @@ services:
devicehub-id-client: devicehub-id-client:
init: true init: true
image: dkr-dsg.ac.upc.edu/ereuse/devicehub:dpp__bcb4c696 image: dkr-dsg.ac.upc.edu/ereuse/devicehub:dpp__c6ec6658
environment: environment:
- DB_USER=${DB_USER} - DB_USER=${DB_USER}
- DB_PASSWORD=${DB_PASSWORD} - DB_PASSWORD=${DB_PASSWORD}
@ -78,7 +78,7 @@ services:
- app_id_client:/opt/devicehub:rw - app_id_client:/opt/devicehub:rw
postgres-id-client: postgres-id-client:
image: dkr-dsg.ac.upc.edu/ereuse/postgres:dpp__bcb4c696 image: dkr-dsg.ac.upc.edu/ereuse/postgres:dpp__c6ec6658
# 4. To create the database. # 4. To create the database.
# 5. Give permissions to the corresponding users in 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 # extra src https://github.com/docker-library/docs/blob/master/postgres/README.md#environment-variables

View File

@ -3,7 +3,7 @@ services:
devicehub: devicehub:
init: true init: true
image: dkr-dsg.ac.upc.edu/ereuse/devicehub:dpp__bcb4c696 image: dkr-dsg.ac.upc.edu/ereuse/devicehub:dpp__c6ec6658
environment: environment:
- DB_USER=${DB_USER} - DB_USER=${DB_USER}
- DB_PASSWORD=${DB_PASSWORD} - DB_PASSWORD=${DB_PASSWORD}
@ -28,7 +28,7 @@ services:
- app:/opt/devicehub:rw - app:/opt/devicehub:rw
postgres: postgres:
image: dkr-dsg.ac.upc.edu/ereuse/postgres:dpp__bcb4c696 image: dkr-dsg.ac.upc.edu/ereuse/postgres:dpp__c6ec6658
# 4. To create the database. # 4. To create the database.
# 5. Give permissions to the corresponding users in 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 # extra src https://github.com/docker-library/docs/blob/master/postgres/README.md#environment-variables