Skip to content
Snippets Groups Projects
Commit 34fbd1d4 authored by Stefano Di Frischia's avatar Stefano Di Frischia
Browse files

L2SS-542: add extra-hosts in archiver yml file

parent 39daf761
Branches
Tags
1 merge request!240Resolve L2SS-542 "Add timescaledb views"
...@@ -10,6 +10,8 @@ services: ...@@ -10,6 +10,8 @@ services:
- control - control
ports: ports:
- "5432:5432/tcp" - "5432:5432/tcp"
extra_hosts:
- "host.docker.internal:host-gateway"
depends_on: depends_on:
- databaseds - databaseds
environment: environment:
...@@ -28,13 +30,15 @@ services: ...@@ -28,13 +30,15 @@ services:
image: hdbppts-cm image: hdbppts-cm
build: build:
context: tango-archiver-ts context: tango-archiver-ts
networks:
- control
container_name: ${CONTAINER_NAME_PREFIX}hdbppts-cm container_name: ${CONTAINER_NAME_PREFIX}hdbppts-cm
networks:
- control
depends_on: depends_on:
- databaseds - databaseds
- dsconfig - dsconfig
- archiver-timescale - archiver-timescale
extra_hosts:
- "host.docker.internal:host-gateway"
environment: environment:
- TANGO_HOST=${TANGO_HOST} - TANGO_HOST=${TANGO_HOST}
- HdbManager=archiving/hdbppts/confmanager01 - HdbManager=archiving/hdbppts/confmanager01
...@@ -54,13 +58,15 @@ services: ...@@ -54,13 +58,15 @@ services:
image: hdbppts-es image: hdbppts-es
build: build:
context: tango-archiver-ts context: tango-archiver-ts
networks:
- control
container_name: ${CONTAINER_NAME_PREFIX}hdbppts-es container_name: ${CONTAINER_NAME_PREFIX}hdbppts-es
networks:
- control
depends_on: depends_on:
- databaseds - databaseds
- dsconfig - dsconfig
- archiver-timescale - archiver-timescale
extra_hosts:
- "host.docker.internal:host-gateway"
environment: environment:
- TANGO_HOST=${TANGO_HOST} - TANGO_HOST=${TANGO_HOST}
- HdbManager=archiving/hdbppts/confmanager01 - HdbManager=archiving/hdbppts/confmanager01
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment