Re: Containerized development environment for pgweb

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Yogesh Sharma <yogesh(dot)sharma(at)catprosystems(dot)com>
Cc: PostgreSQL WWW Mailing List <pgsql-www(at)postgresql(dot)org>
Subject: Re: Containerized development environment for pgweb
Date: 2024-06-27 13:34:23
Message-ID: CABUevExeAnK57iVPDdRfapRgVsWs7iv9zsGXJitby84OgybjjQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-www

On Thu, Jun 27, 2024 at 2:25 PM Yogesh Sharma <
yogesh(dot)sharma(at)catprosystems(dot)com> wrote:

> On 6/26/24 04:23, Magnus Hagander wrote:
> > On Wed, Jun 26, 2024 at 10:07 AM Justin Clift <justin(at)postgresql(dot)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?
> >
> > Asking because it'd make sense for them to match, just in case. :)
> >
> >
> > It also is on python 3.7 which should be 3.9 to match what's deployed.
> > In general, I'd recommend starting off the debian bullseye container
> > instead of the python specific one -- that's what's used in the
> > production deployments, so it makes sense to keep to the same.
> > That way it could also be using the same versions of the debian
> > packages for all requirements (basically everything except Django
> > itself), to ensure it's exactly the same.
> >
> > //Magnus
>
> Which Debian release is used by PG infrastructure?
>

Currently, bullseye.

--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/>
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>

In response to

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Akshat Jaimini 2024-06-27 15:22:42 Doubt regarding Postgres Documentation on FTP Server from v17 onward
Previous Message Yogesh Sharma 2024-06-27 12:25:17 Re: Containerized development environment for pgweb