This repository holds almost-entire-copy of strategy started here, where you can create a Postgres Docker container and initialize the Microsoft AdventureWorks database on it.
- An Adminer image was added;
- The AdventureWorks zip file was added;
- A simple network was created;
- No docker user for Postgres;
- Postgres version 13.2;
- A volume was created.
cd /path/to/copy/of/repository
mkdir postgres_data
docker-compose build
docker-compose up -d
Adminer: localhost:8080
System: PostgreSQL
Server: 100.5.0.2
Username: postgres
Password: blog
Database: empty or Adventureworks