Advanced
Deployment
Http Trigger includes the Dockerfile. Hence, you can deploy it to any cloud service like AWS, GCP, Azure, Digital Ocean, etc.
You can also deploy using docker compose
in development or staging environment using our docker-compose.yml
and configurations files included in the /infra
directory.
To get the templates, you must clone our github repository into your local computer.
You can then deploy your application via any methods that support Docker containers. To learn more about deploying Docker containers, please refer to the official Docker documentation here. To learn more about deploying to a specific cloud provider, please refer to their respective documentation.
nanoservice-ts
also comes with Observability & Monitoring setup via Grafana. To learm more about it, please refer to the Observability & Monitoring section.