feat(gitpod): Name the ports

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2605>
This commit is contained in:
Georg Krause 2023-11-02 08:40:38 +00:00 committed by Marge
parent b05bce3b37
commit 1933a06cc0
1 changed files with 14 additions and 7 deletions

View File

@ -73,31 +73,38 @@ tasks:
echo ""
ports:
- port: 8000
- name: Funkwhale
port: 8000
visibility: public
onOpen: notify
- port: 5000
- name: Funkwhale API
port: 5000
visibility: private
onOpen: ignore
- port: 5432
- name: PostgreSQL
port: 5432
visibility: private
onOpen: ignore
- port: 5678
- name: Debugpy
port: 5678
visibility: private
onOpen: ignore
- port: 6379
- name: Redis
port: 6379
visibility: private
onOpen: ignore
- port: 8080
- name: Frontend
port: 8080
visibility: private
onOpen: ignore
- port: 8001
- name: Documentation
port: 8001
visibility: public
onOpen: notify