Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Gitpod ports #42

Merged
merged 8 commits into from
Aug 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 16 additions & 8 deletions .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,11 @@ ports:
onOpen: ignore
- port: 3306
onOpen: ignore
- port: 5432
onOpen: ignore
# Used by projector
- port: 6942
onOpen: ignore
# Direct-connect ddev-webserver port that is the main port
- port: 8080
onOpen: ignore
# Currently un-notified and unsupported mailhog http port
- port: 8025
onOpen: ignore
Expand All @@ -46,14 +45,23 @@ ports:
# Currently un-notified and unsupported phpmyadmin https port
- port: 8037
onOpen: ignore
# router http port that we're ignoring.
- port: 8888
# Direct-connect ddev-webserver port that is the main port
- port: 8080
onOpen: ignore
# xhgui http port
- port: 8143
onOpen: ignore
# router https port that we're ignoring.
- port: 8889
# xhgui https port
- port: 8142
onOpen: ignore
# xdebug port
- port: 9000
- port: 9003
onOpen: ignore
# Adminer http port
- port: 9100
onOpen: ignore
# Adminer https port
- port: 9101
onOpen: ignore
# projector port
- port: 9999