khezen / compose-postgres

Postgresql & pgadmin4 powered by compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

doesn't detect the dockerised postgres described in the yaml file

ShahOdin opened this issue · comments

Am I wrong to expect this project to detect the postgres server that the yaml file should spawn in the list of servers on the sidebar?

If yes, how can we make sure that's detected automatically?

As far as I know this is not implemented. You need to customize the pgadmin image or run a custom docker exec -it command to make that happen.

There is no "detection" necessary because the pg instance is available via

Host name/address postgres
Port 5432
Username as POSTGRES_USER, by default: postgres
Password as POSTGRES_PASSWORD, by default changeme

(see Readme)

closing because of no activity. reopen if needed.