11 lines
217 B
YAML
11 lines
217 B
YAML
version: "3"
|
|
|
|
services:
|
|
tsdb:
|
|
image: timescale/timescaledb-ha:pg14-latest
|
|
environment:
|
|
POSTGRES_PASSWORD: saerro321
|
|
POSTGRES_USER: saerrouser
|
|
POSTGRES_DB: data
|
|
ports:
|
|
- 5432:5432
|