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