Closed troublescope closed 2 months ago
This PR introduces a Docker Compose configuration to simplify the deployment and management of the Fintopio-bot container. Key changes include:
- Added a
docker-compose.yml
file to manage the container lifecycle.Set resource limits:
- CPU usage is capped at 0.25 cores.
- Memory usage is limited to 100MB.
- Configured the app service to run
npm start
with the appropriate arguments.These changes will help in optimizing the container's resource usage and simplify development and deployment workflows.
Cool, thanks for the PR! 👍🏻
This PR introduces a Docker Compose configuration to simplify the deployment and management of the Fintopio-bot container. Key changes include:
docker-compose.yml
file to manage the container lifecycle.npm start
with the appropriate arguments.These changes will help in optimizing the container's resource usage and simplify development and deployment workflows.