progress
This commit is contained in:
parent
a38ec2989d
commit
f337bd8c74
2
.env
2
.env
@ -1,5 +1,5 @@
|
||||
CVTT_USER=1001:1001
|
||||
IMAGE_VERSION=0.0.6
|
||||
MD_RECORDER_VERSION=0.0.6
|
||||
|
||||
CONFIG_FILE=/config/md_recorder.cfg
|
||||
CREDS_FILE=/config/.creds
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
# CVTT Microservices
|
||||
services:
|
||||
bnbfut28_md_recorder:
|
||||
image: cloud21.cvtt.vpn:5500/md_recorder:${IMAGE_VERSION}
|
||||
image: cloud21.cvtt.vpn:5500/md_recorder:${MD_RECORDER_VERSION}
|
||||
container_name: ${BF28_CONTAINER_NAME}
|
||||
user: ${CVTT_USER:-1001:1001}
|
||||
pull_policy: always
|
||||
@ -23,7 +23,7 @@ services:
|
||||
|
||||
|
||||
cbspot28_md_recorder:
|
||||
image: cloud21.cvtt.vpn:5500/md_recorder:${IMAGE_VERSION}
|
||||
image: cloud21.cvtt.vpn:5500/md_recorder:${MD_RECORDER_VERSION}
|
||||
container_name: ${CB28_CONTAINER_NAME}
|
||||
user: ${CVTT_USER:-1001:1001}
|
||||
pull_policy: always
|
||||
@ -44,7 +44,7 @@ services:
|
||||
- ${CB28_ADMIN_PORT}:7200
|
||||
|
||||
bnbspot28_md_recorder:
|
||||
image: cloud21.cvtt.vpn:5500/md_recorder:${IMAGE_VERSION}
|
||||
image: cloud21.cvtt.vpn:5500/md_recorder:${MD_RECORDER_VERSION}
|
||||
container_name: ${BS28_CONTAINER_NAME}
|
||||
user: ${CVTT_USER:-1001:1001}
|
||||
pull_policy: always
|
||||
@ -64,4 +64,18 @@ services:
|
||||
ports:
|
||||
- ${BS28_ADMIN_PORT}:7200
|
||||
|
||||
timescaledb:
|
||||
image: cloud21.cvtt.vpn:5500/md_recorder-tsdb:${CVTT_VERSION}
|
||||
container_name: md_recorder-tsdb
|
||||
pull_policy: always
|
||||
environment:
|
||||
- POSTGRES_PASSWORD=postgres
|
||||
- POSTGRES_USER=postgres
|
||||
- POSTGRES_DB=postgres
|
||||
ports:
|
||||
- "55432:5432"
|
||||
volumes:
|
||||
- ./data/timescaledb_data:/var/lib/postgresql/data
|
||||
restart: unless-stopped
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user