dc.yml: update docker images
This commit is contained in:
parent
15d6851043
commit
9ca92f4c56
|
@ -3,7 +3,7 @@ services:
|
||||||
|
|
||||||
devicehub-id-server:
|
devicehub-id-server:
|
||||||
init: true
|
init: true
|
||||||
image: dkr-dsg.ac.upc.edu/ereuse/devicehub:dpp__285635b7
|
image: dkr-dsg.ac.upc.edu/ereuse/devicehub:dpp__bcb4c696
|
||||||
environment:
|
environment:
|
||||||
- DB_USER=${DB_USER}
|
- DB_USER=${DB_USER}
|
||||||
- DB_PASSWORD=${DB_PASSWORD}
|
- DB_PASSWORD=${DB_PASSWORD}
|
||||||
|
@ -31,7 +31,7 @@ services:
|
||||||
- shared:/shared:rw
|
- shared:/shared:rw
|
||||||
|
|
||||||
postgres-id-server:
|
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.
|
# 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
|
||||||
|
@ -48,7 +48,7 @@ services:
|
||||||
|
|
||||||
devicehub-id-client:
|
devicehub-id-client:
|
||||||
init: true
|
init: true
|
||||||
image: dkr-dsg.ac.upc.edu/ereuse/devicehub:dpp__285635b7
|
image: dkr-dsg.ac.upc.edu/ereuse/devicehub:dpp__bcb4c696
|
||||||
environment:
|
environment:
|
||||||
- DB_USER=${DB_USER}
|
- DB_USER=${DB_USER}
|
||||||
- DB_PASSWORD=${DB_PASSWORD}
|
- DB_PASSWORD=${DB_PASSWORD}
|
||||||
|
@ -76,7 +76,7 @@ services:
|
||||||
- shared:/shared:ro
|
- shared:/shared:ro
|
||||||
|
|
||||||
postgres-id-client:
|
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.
|
# 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
|
||||||
|
|
|
@ -3,7 +3,7 @@ services:
|
||||||
|
|
||||||
devicehub:
|
devicehub:
|
||||||
init: true
|
init: true
|
||||||
image: dkr-dsg.ac.upc.edu/ereuse/devicehub:dpp__285635b7
|
image: dkr-dsg.ac.upc.edu/ereuse/devicehub:dpp__bcb4c696
|
||||||
environment:
|
environment:
|
||||||
- DB_USER=${DB_USER}
|
- DB_USER=${DB_USER}
|
||||||
- DB_PASSWORD=${DB_PASSWORD}
|
- DB_PASSWORD=${DB_PASSWORD}
|
||||||
|
@ -26,7 +26,7 @@ services:
|
||||||
- shared:/shared:rw
|
- shared:/shared:rw
|
||||||
|
|
||||||
postgres:
|
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.
|
# 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
|
||||||
|
|
Reference in New Issue