fix: use http protocol for service ports

Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
2026-03-24 22:42:03 +00:00
parent b85109e2e2
commit 8a6263770a

View File

@@ -25,7 +25,7 @@ services:
- manual
commands:
start: |
gitpod --context environment environment port open 3000 --name "Aelis Backend" --protocol https
gitpod --context environment environment port open 3000 --name "Aelis Backend" --protocol http
cd apps/aelis-backend && bun run dev
admin-dashboard:
@@ -35,5 +35,5 @@ services:
- manual
commands:
start: |
gitpod --context environment environment port open 5174 --name "Admin Dashboard" --protocol https
gitpod --context environment environment port open 5174 --name "Admin Dashboard" --protocol http
cd apps/admin-dashboard && bun run dev --host