Skip to content

Commit

Permalink
Fix: Add gitpod
Browse files Browse the repository at this point in the history
  • Loading branch information
ChakshuGautam committed Apr 10, 2023
1 parent 4acb83d commit e8b2fa4
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .gitpod.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
image:
file: Dockerfile

tasks:
- init: echo "Building the Docker image..."
command: docker build -t merged_image .

- init: echo "Running the Docker container..."
command: docker run --name merged_container -d merged_image

- init: echo "Inspecting the running container..."
command: docker ps

ports:
- port: 5432
onOpen: ignore
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<img src="http://www.timescale.com/img/timescale-wordmark-blue.svg" alt="Timescale" width="300"/>

## Test on GitPod
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/ChakshuGautam/postgres-tsdb-vector-docker)

## What is TimescaleDB?

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

0 comments on commit e8b2fa4

Please sign in to comment.