Re: Containerized development environment for pgweb

From: Justin Clift <justin(at)postgresql(dot)org>
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-26 08:06:51
Message-ID: 8cb612131115cb4673a5b25291eb97dc@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-www

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. :)

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

In response to

Responses

Browse pgsql-www by date

  From Date Subject
Next Message Dave Page 2024-06-26 08:11:55 Re: Containerized development environment for pgweb
Previous Message Jonathan S. Katz 2024-06-25 16:21:35 Re: Containerized development environment for pgweb