Skip to content

Commit a61ef99

Browse files
refactor: open ports for postgres and mysql
1 parent 897a266 commit a61ef99

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.gitpod.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ tasks:
88

99

1010
ports:
11-
- port: 3000-8999
12-
visibility: public
11+
- port: 3306
1312
onOpen: ignore
13+
- port: 5432
14+
onOpen: ignore
15+
1416

1517

0 commit comments

Comments
 (0)