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

From Justin Clift
Subject Re: Containerized development environment for pgweb
Date
Msg-id 8cb612131115cb4673a5b25291eb97dc@postgresql.org
Whole thread Raw
In response to Containerized development environment for pgweb  (Yogesh Sharma <yogesh.sharma@catprosystems.com>)
Responses Re: Containerized development environment for pgweb  (Dave Page <dpage@pgadmin.org>)
Re: Containerized development environment for pgweb  (Magnus Hagander <magnus@hagander.net>)
List 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



pgsql-www by date:

Previous
From: "Jonathan S. Katz"
Date:
Subject: Re: Containerized development environment for pgweb
Next
From: Dave Page
Date:
Subject: Re: Containerized development environment for pgweb