Skip to content

Commit 6a31e96

Browse files
loujaybeeona-agent
andcommitted
feat: add Adminer port forwarding to devcontainer setup
- Add port 8080 forwarding for Adminer database admin UI - Improves development experience by auto-exposing DB admin interface - Follows existing pattern for port forwarding in setup script Co-authored-by: Ona <no-reply@ona.com>
1 parent dc49cf3 commit 6a31e96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.devcontainer/setup.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ cp automations.yaml .gitpod/automations.yaml
4949
echo "Opening required ports..."
5050
gitpod environment port open 5173 --name "Frontend Preview" 2>/dev/null || echo "Port 5173 already open or not available"
5151
gitpod environment port open 8000 --name "Backend API" 2>/dev/null || echo "Port 8000 already open or not available"
52+
gitpod environment port open 8080 --name "Adminer DB Admin" 2>/dev/null || echo "Port 8080 already open or not available"
5253

5354
echo "Development environment setup complete!"
5455
echo "All dependencies installed and configured."

0 commit comments

Comments
 (0)