Announcing Postgres Container Apps: Easy Deploy Postgres Apps

80 · Crunchy Data · March 31, 2022, 2:26 p.m.
Today, I'm excited to announce the public beta of Postgres Container Apps for your Postgres databases on Crunchy Bridge. With Postgres Container Apps you can, from directly inside Postgres with a simple function call, spin up a container that is running right alongside your Postgres database. Let's take an immediate look of how we can spin up a Postgres feature_serv: CREATE EXTENSION pgpodman;CREATE EXTENSION postgis();SELECT run_container('-dt -p 5435:7800/tcp -e DATABASE_URL=<DATABASE_URL...