ws and pruner done!!!

This commit is contained in:
41666 2024-10-28 13:46:52 -07:00
parent c5cc245e25
commit 74add408e6
34 changed files with 1455 additions and 221 deletions

View file

@ -1,4 +1,3 @@
services:
tsdb:
image: docker.io/timescale/timescaledb:latest-pg14
@ -6,5 +5,6 @@ services:
POSTGRES_PASSWORD: saerro321
POSTGRES_USER: saerrouser
POSTGRES_DB: data
network_mode: host
ports:
- 5432:5432