├── .dockerignore ├── Dockerfile ├── LICENSE ├── README.md ├── config_distro.py └── pgadmin-screenshot.png /.dockerignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thaJeztah/pgadmin4-docker/HEAD/.dockerignore -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thaJeztah/pgadmin4-docker/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thaJeztah/pgadmin4-docker/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thaJeztah/pgadmin4-docker/HEAD/README.md -------------------------------------------------------------------------------- /config_distro.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thaJeztah/pgadmin4-docker/HEAD/config_distro.py -------------------------------------------------------------------------------- /pgadmin-screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/thaJeztah/pgadmin4-docker/HEAD/pgadmin-screenshot.png --------------------------------------------------------------------------------