File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ image :
2+ file : Dockerfile
3+
4+ tasks :
5+ - init : echo "Building the Docker image..."
6+ command : docker build -t merged_image .
7+
8+ - init : echo "Running the Docker container..."
9+ command : docker run --name merged_container -d merged_image
10+
11+ - init : echo "Inspecting the running container..."
12+ command : docker ps
13+
14+ ports :
15+ - port : 5432
16+ onOpen : ignore
Original file line number Diff line number Diff line change 11<img src =" http://www.timescale.com/img/timescale-wordmark-blue.svg " alt =" Timescale " width =" 300 " />
22
3+ ## Test on GitPod
4+ [ ![ Open in Gitpod] ( https://gitpod.io/button/open-in-gitpod.svg )] ( https://gitpod.io/#https://github.com/ChakshuGautam/postgres-tsdb-vector-docker )
5+
36## What is TimescaleDB?
47
58TimescaleDB is an open-source database designed to make SQL scalable
You can’t perform that action at this time.
0 commit comments