Skip to content

Commit e8b2fa4

Browse files
committed
Fix: Add gitpod
1 parent 4acb83d commit e8b2fa4

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

.gitpod.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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

58
TimescaleDB is an open-source database designed to make SQL scalable

0 commit comments

Comments
 (0)