-
Notifications
You must be signed in to change notification settings - Fork 115
Description
Hi syssec-utd developer,
First of all, thank you so much for creating the excellent Pylingual project! It's been incredibly useful.
I have a suggestion that I believe could broaden the project's use cases. Currently, it seems the primary usage is on a local machine. I'm wondering if you would consider supporting server-side deployment. My ideal scenario is to deploy Pylingual on a server and access its capabilities through a web interface or an API. This would allow users to leverage powerful server-side computing resources, which is especially beneficial for resource-intensive tasks.
To make this server-side deployment easier and more accessible for everyone, providing an official Docker image would be a fantastic solution. With Docker, users could:
-
Simplify Deployment: Deploy the entire application with a single command (docker run ...), avoiding complex environment configurations and dependency issues.
-
Ensure Consistency: Guarantee that the application runs in the same environment, from development to production.
-
Enhance Scalability: Easily manage and scale the service using container orchestration tools like Docker Compose or Kubernetes.
Therefore, I'd like to ask: Are there any plans to support Docker for server-side deployment in the future?
Thank you for your time and consideration. I look forward to your feedback!