Host apps on Render.com | spring | docker | postgres | redis

preview_player
Показать описание
Although java runtime and spring apps are not supported directly, render gives ability to create web services based on docker images.
We'll show how to use hooks to automate deployment and blueprints to automatically provision and connect related services.

We'll demonstrate how to provision postgres database and change instance types to make our apps more performant.

How to use GitHub actions:

GitHub repositories:

00:00 - intro
01:22 - simple spring web service
04:11 - auto deploy and deploy hooks
06:16 - web service from docker image registry
07:08 - provision postgres database
09:34 - deleting services
09:53 - blueprint spring boot + postgres + redis
13:36 - instance tiers
13:59 - spring social 2 cloud deploy
Рекомендации по теме
Комментарии
Автор

Mine got issue stating that the Dockerfile: at line COPY target/*.jar app.jar directory not found. How can I resolve this ya?

weixiangng
Автор

Why can't we deploy web service and db both using docker-compose file? that way we don't have to create seperate db service on render right?

rajshah
visit shbcf.ru