Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Latest commit

 

History

History

user-manager-database

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Requirements

How to run

  • Open a terminal and run: docker-compose up --build
  • Open your favorite browser at http://localhost:8080

A PgAdmin page will appear asking for credentials:

  • User: user@domain.com
  • Password: secret

Select the Butterfly database and type in the following credentials:

  • User: butterfly_user
  • Password: butterfly_user

How to import edits to init.sql

Open a terminal and run: docker-compose down -v and then docker-compose up --build again. The -v option tells docker-compose to delete every Docker volume and mount it again from scratch.