Before install, you need to pass environment variables from an external file to docker-compose.yaml within the ‘env_file’ option. POSTGRES_USER=pguser POSTGRES_PASSWORD=pgpassword ...
the main idea of this project is to set up and deploy PostgreSQLdatabase and its dedicated interface PhpPgAdmin. in addition i have add another container Pgadmin In order to do so, i used docker and ...