Skip to content

Labs for Dev Stacks and other wired/freaky environments

Notifications You must be signed in to change notification settings

luismr/docker-labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-labs

Requirements

The tests used these builds/versions

  • Docker version 20.10.10, build b485636
  • docker-compose version 1.29.2, build 5becea4c

Stacks

postgres-php7

Containers

  • web (PHP7-Apache + Postgres Client Support)
  • db (Postgres)

Code

Please place your code at

postgres-php7/src

Building

cd postgres-php7
docker-compose pull
docker-compose build
docker-compose up -d

Run

You can access your PHP scripts at

https://localhost/<script_file_name>.php

postgres-db

Containers

  • db-admin (PGAdmin 4)
  • db (Postgres)

Building

cd postgres-db
docker-compose pull
docker-compose build
docker-compose up -d

Run

db-admin
https://localhost:5433/
db
hostname ..: localhost
port ......: 5432
username ..: postgres
password ..: devdev