Postgres Sample Data To start the containers (postres and pgadmin4) do: docker-compose up -d Once they're up, restore the data into the database: ./restore-database.sh To connect to the database: ./open-db-console.sh