docker: publish new image and put it in d-compose

This commit is contained in:
pedro 2023-09-19 18:15:16 +02:00
parent 907bf2dba0
commit f37800dcd3
2 changed files with 4 additions and 3 deletions

View File

@ -20,11 +20,12 @@ docker_build:
docker_publish: docker_publish:
docker push ${devicehub_image} docker push ${devicehub_image}
docker push ${postgres_image}
.PHONY: docker .PHONY: docker
docker: docker:
$(MAKE) docker_build $(MAKE) docker_build
#$(MAKE) docker_publish $(MAKE) docker_publish
@printf "\nimage: ${devicehub_image}\n" @printf "\nimage: ${devicehub_image}\n"
@printf "\nimage: ${postgres_image}\n" @printf "\nimage: ${postgres_image}\n"
@printf "\ndocker images built and published\n" @printf "\ndocker images built and published\n"

View File

@ -4,7 +4,7 @@ services:
devicehub: devicehub:
init: true init: true
# TODO # TODO
image: dkr-dsg.ac.upc.edu/devicehub/devicehub:dpp__0fb4fa5b image: dkr-dsg.ac.upc.edu/devicehub/devicehub:dpp_docker__eafcac09
#build . #build .
environment: environment:
- DB_USER=${DB_USER} - DB_USER=${DB_USER}
@ -28,7 +28,7 @@ services:
- ${SNAPSHOTS_PATH}:/mnt/snapshots:ro - ${SNAPSHOTS_PATH}:/mnt/snapshots:ro
postgres: postgres:
image: dkr-dsg.ac.upc.edu/devicehub/postgres:dpp__0fb4fa5b image: dkr-dsg.ac.upc.edu/devicehub/postgres:dpp_docker__eafcac09
# 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