SSameer20 / Docker-Automation

The project aims to automate Docker container management tasks using Interface.
https://docker-automation.vercel.app/
3 stars 1 forks source link

[Feature] : Separate Hosting of Server and Client Files for Vercel (CI/CD) #10

Open SSameer20 opened 7 months ago

SSameer20 commented 7 months ago

[Feature] : Separate Hosting of Server and Client Files for Vercel (CI/CD)

Description:

Currently, when deploying server-side and client-side code together on Vercel using CI/CD, it can be challenging to manage separate scaling needs and security concerns. For instance, exposing server-side code publicly might introduce security vulnerabilities. Additionally, serverless functions on Vercel may require different build processes compared to client-side assets.

Proposed Solution:

We propose a feature that allows developers to configure separate build pipelines for server and client code in their CI/CD workflows. This could involve:

Benefits:

By enabling separate hosting, this feature would offer several advantages:

Additional Context:

This feature would be particularly valuable for building serverless applications on Vercel where server-side logic is required but needs to be kept separate from publicly exposed client-side code.

SSameer20 commented 6 months ago

https://docker-automation.vercel.app/

Try to share a visitable website link

Sohail-9 commented 6 months ago

https://docker-automation.vercel.app => link for docker automation app