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

Latest commit

 

History

History
24 lines (15 loc) · 737 Bytes

File metadata and controls

24 lines (15 loc) · 737 Bytes

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.