diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4eb432f863acf2e4ad7da3116ea1fd4d17f3f506..653f67464c90a5d23b053c02e97192a661d29181 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -490,7 +490,7 @@ docker_build_image_hdbpp: - docker-compose/hdbpp/* script: # Do not remove 'bash' or statement will be ignored by primitive docker shell - - bash $CI_PROJECT_DIR/sbin/tag_and_push_docker_image.sh hdbppts-cm $tag + - bash $CI_PROJECT_DIR/sbin/tag_and_push_docker_image.sh hdbpp $tag docker_build_image_hdbppts_cm: extends: .base_docker_images_except only: diff --git a/docker-compose/archiver-timescale.yml b/docker-compose/archiver-timescale.yml index c7fc972d7db9030ea9a5b78839106b8a00e565e1..a2e05c4eb898a09edf1aa85aef68cc837df0488d 100644 --- a/docker-compose/archiver-timescale.yml +++ b/docker-compose/archiver-timescale.yml @@ -39,6 +39,18 @@ services: context: hdbpp args: SOURCE_IMAGE: ${DOCKER_REGISTRY_HOST}/${DOCKER_REGISTRY_USER}-tango-cpp:${TANGO_CPP_VERSION} + container_name: ${CONTAINER_NAME_PREFIX}hdbpp + networks: + - control + depends_on: + - databaseds + - dsconfig + - archiver-timescale + extra_hosts: + - "host.docker.internal:host-gateway" + environment: + - TANGO_HOST=${TANGO_HOST} + hdbppts-cm: image: hdbppts-cm build: @@ -69,6 +81,7 @@ services: syslog-address: udp://${LOG_HOSTNAME}:1514 syslog-format: rfc3164 tag: "{{.Name}}" + hdbppts-es: image: hdbppts-es build: