AdamSulek / timelogs

0 stars 1 forks source link

[task] connecting with pgadmin #36

Open AdamSulek opened 3 years ago

AdamSulek commented 3 years ago

pgadmin is running by default on port 80 you can map your machine port (ex. 5050) to container port 80

ports:

set environment variables: PGADMIN_DEFAULT_EMAIL: PGADMIN_DEFAULT_PASSWORD: PGADMIN_LISTEN_PORT: 80

to get access to pgadmin user defined email and password