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

L2SS-429: align new containers with master

parent 04f3b545
No related branches found
No related tags found
1 merge request!177Resolve L2SS-429 "Timescaledb container"
......@@ -5,7 +5,7 @@ services:
image: timescaledb
build:
context: timescaledb
container_name: archiver-timescale
container_name: ${CONTAINER_NAME_PREFIX}archiver-timescale
networks:
- control
ports:
......@@ -15,6 +15,12 @@ services:
environment:
- POSTGRES_PASSWORD=password
- TANGO_HOST=${TANGO_HOST}
logging:
driver: syslog
options:
syslog-address: udp://${LOG_HOSTNAME}:1514
syslog-format: rfc3164
tag: "{{.Name}}"
restart: unless-stopped
hdbppts-cm:
......@@ -23,7 +29,7 @@ services:
context: ../docker/tango/tango-archiver-ts
networks:
- control
container_name: hdbppts-cm
container_name: ${CONTAINER_NAME_PREFIX}hdbppts-cm
depends_on:
- databaseds
- dsconfig
......@@ -36,6 +42,12 @@ services:
wait-for-it.sh archiver-timescale:5432 --timeout=30 --strict --
wait-for-it.sh ${TANGO_HOST} --timeout=30 --strict --
hdbppcm-srv 02"
logging:
driver: syslog
options:
syslog-address: udp://${LOG_HOSTNAME}:1514
syslog-format: rfc3164
tag: "{{.Name}}"
hdbppts-es:
image: hdbppts-es
......@@ -43,7 +55,7 @@ services:
context: ../docker/tango/tango-archiver-ts
networks:
- control
container_name: hdbppts-es
container_name: ${CONTAINER_NAME_PREFIX}hdbppts-es
depends_on:
- databaseds
- dsconfig
......@@ -56,4 +68,10 @@ services:
wait-for-it.sh archiver-timescale:5432 --timeout=30 --strict --
wait-for-it.sh ${TANGO_HOST} --timeout=30 --strict --
hdbppes-srv 02"
logging:
driver: syslog
options:
syslog-address: udp://${LOG_HOSTNAME}:1514
syslog-format: rfc3164
tag: "{{.Name}}"
restart: unless-stopped
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment