Re: Containerized development environment for pgweb - Mailing list pgsql-www

From Dave Page
Subject Re: Containerized development environment for pgweb
Date
Msg-id CA+OCxow8Je9wdyGFoihg=D_tXvHycihLX388hBDRqO2NJWy=_A@mail.gmail.com
Whole thread Raw
In response to Re: Containerized development environment for pgweb  (Justin Clift <justin@postgresql.org>)
List pgsql-www
Hi

On Wed, 26 Jun 2024 at 09:07, Justin Clift <justin@postgresql.org> wrote:
On 2024-06-21 23:08, Yogesh Sharma wrote:
<snip>
> docker-compose.yml - to create proper dependency between python and
> postgres container

This one's using PG 16:

   image: postgres:16

Does anyone know if the PG infrastructure uses PG 16 too?

15 at present.
 

Asking because it'd make sense for them to match, just in case. :)

And if it doesn't matter what version runs, then using the
auto-upgrade container might be worth considering:

   https://hub.docker.com/repository/docker/pgautoupgrade/pgautoupgrade

---

Bear in mind that I'm not personally involved in the PostgreSQL WWW
side of things, so none of the above should be seen as anything more
than just ideas. :)

Regards and best wishes,

Justin Clift




--

pgsql-www by date:

Previous
From: Justin Clift
Date:
Subject: Re: Containerized development environment for pgweb
Next
From: Magnus Hagander
Date:
Subject: Re: Containerized development environment for pgweb