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
No related branches found
No related tags found
1 merge request!240Resolve L2SS-542 "Add timescaledb views"
......@@ -10,6 +10,8 @@ services:
- control
ports:
- "5432:5432/tcp"
extra_hosts:
- "host.docker.internal:host-gateway"
depends_on:
- databaseds
environment:
......@@ -28,13 +30,15 @@ services:
image: hdbppts-cm
build:
context: tango-archiver-ts
networks:
- control
container_name: ${CONTAINER_NAME_PREFIX}hdbppts-cm
networks:
- control
depends_on:
- databaseds
- dsconfig
- archiver-timescale
extra_hosts:
- "host.docker.internal:host-gateway"
environment:
- TANGO_HOST=${TANGO_HOST}
- HdbManager=archiving/hdbppts/confmanager01
......@@ -54,13 +58,15 @@ services:
image: hdbppts-es
build:
context: tango-archiver-ts
networks:
- control
container_name: ${CONTAINER_NAME_PREFIX}hdbppts-es
networks:
- control
depends_on:
- databaseds
- dsconfig
- archiver-timescale
extra_hosts:
- "host.docker.internal:host-gateway"
environment:
- TANGO_HOST=${TANGO_HOST}
- HdbManager=archiving/hdbppts/confmanager01
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment