- Install docker
- Install docker compose
- 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:
[email protected]
- Password:
secret
Select the Butterfly
database and type in the following credentials:
- User:
butterfly_user
- Password:
butterfly_user
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.