pre-configure configuration for use in Docker environment for development

From: Kermit De Kikker <kermit(dot)de(dot)kikker(dot)kwak(at)gmail(dot)com>
To: pgadmin-support(at)lists(dot)postgresql(dot)org
Subject: pre-configure configuration for use in Docker environment for development
Date: 2018-01-10 12:54:38
Message-ID: CAPKthVz9smsw3ztc4f_Of8xo_TY4O4K3hJD122BJqbUJs=35Ng@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

Hi,

We have a docker-compose.yml configuration file for development purposes.
This docker-compose.yml does not assume any local volumes and does not
persist any data. After a docker-compose restart, everything is restarted
from scratch.

I want to add pgAdmin service to docker-compose.yml. For convenience of the
developer, it would be useful if the servers credentials (IP, login,
password, ...) are already present in the pgAdmin configuration. This way,
the developer does not have to add a server in pgAdmin each time.

Is this possible?

Thank you.

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2018-01-10 13:05:11 Re: pre-configure configuration for use in Docker environment for development
Previous Message Murtuza Zabuawala 2018-01-09 04:54:07 Re: Auto-login on pgAdmin4?