The tests used these builds/versions
- Docker version 20.10.10, build b485636
- docker-compose version 1.29.2, build 5becea4c
- web (PHP7-Apache + Postgres Client Support)
- db (Postgres)
Please place your code at
postgres-php7/src
cd postgres-php7
docker-compose pull
docker-compose build
docker-compose up -d
You can access your PHP scripts at
https://localhost/<script_file_name>.php
- db-admin (PGAdmin 4)
- db (Postgres)
cd postgres-db
docker-compose pull
docker-compose build
docker-compose up -d
https://localhost:5433/
hostname ..: localhost
port ......: 5432
username ..: postgres
password ..: devdev