diff --git a/docker-compose_PG.yml b/docker-compose_PG.yml new file mode 100644 index 0000000..9ba219f --- /dev/null +++ b/docker-compose_PG.yml @@ -0,0 +1,7 @@ +services: + timescaledb: + image: postgres:18 + ports: + - 5432:5432 + environment: + - POSTGRES_PASSWORD=postgres \ No newline at end of file