websocket done, api needs rebuild
This commit is contained in:
parent
5c3a9a1888
commit
50c4ac387a
13 changed files with 192 additions and 195 deletions
|
@ -1,15 +1,8 @@
|
|||
version: "3"
|
||||
|
||||
services:
|
||||
redis:
|
||||
image: redis
|
||||
command: redis-server --save "" --appendonly no
|
||||
container_name: redis
|
||||
ports:
|
||||
- "6379:6379"
|
||||
|
||||
tsdb:
|
||||
image: timescale/timescaledb:latest-pg14
|
||||
image: timescale/timescaledb-ha:pg14-latest
|
||||
environment:
|
||||
POSTGRES_PASSWORD: saerro321
|
||||
POSTGRES_USER: saerrouser
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue