Skip to content

Commit 31c2ea2

Browse files
authored
Merge pull request #14 from gitpod-io/mikenikles/install-start-the-dev-13
Install & start the dev database
2 parents c68689c + 9fa4132 commit 31c2ea2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.gitpod.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# For more details, please see https://www.gitpod.io/docs/references/gitpod-yml
2+
image: gitpod/workspace-postgres
3+
24
tasks:
35
- init: npm install
46
command: |
@@ -8,6 +10,8 @@ tasks:
810
ports:
911
- port: 3000
1012
onOpen: open-browser
13+
- port: 5432
14+
onOpen: ignore
1115

1216
vscode:
1317
extensions:

0 commit comments

Comments
 (0)