mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-25 22:21:26 +10:00
add onOpen: ignore to postgres port
This commit is contained in:
@ -12,20 +12,21 @@ tasks:
|
||||
|
||||
- name: Install Project Dependencies
|
||||
command: |
|
||||
npx playwright install-deps
|
||||
pnpm dlx playwright install --with-deps chromium
|
||||
pnpm install
|
||||
|
||||
ports:
|
||||
# PostgreSQL
|
||||
- port: 5432
|
||||
onOpen: ignore
|
||||
visibility: private
|
||||
|
||||
# Client
|
||||
- port: 3100
|
||||
visibility: public
|
||||
onOpen: ignore
|
||||
visibility: public
|
||||
|
||||
# Client
|
||||
- port: 3000
|
||||
visibility: public
|
||||
onOpen: open-browser
|
||||
visibility: public
|
||||
|
||||
Reference in New Issue
Block a user