Skip to content
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.

Commit

Permalink
🔀 Merge #18 by @AYEG with updates, PGAdmin official image
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Jan 11, 2019
2 parents 4ace20e + 7fa54a2 commit 4144664
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
pgadmin:
image: fenglc/pgadmin4
image: dpage/pgadmin4
depends_on:
- db
env_file:
Expand Down
5 changes: 3 additions & 2 deletions {{cookiecutter.project_slug}}/env-pgadmin.env
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
PG_ADMIN_DEFAULT_USER={{cookiecutter.pgadmin_default_user}}
PG_ADMIN_DEFAULT_PASSWORD={{cookiecutter.pgadmin_default_user_password}}
PGADMIN_LISTEN_PORT=5050
PGADMIN_DEFAULT_EMAIL={{cookiecutter.pgadmin_default_user}}
PGADMIN_DEFAULT_PASSWORD={{cookiecutter.pgadmin_default_user_password}}

0 comments on commit 4144664

Please sign in to comment.