- Install Docker Desktop
- On your terminal, run the following command:
docker compose up --build --detach
URLS:
- metabase: http://localhost:9991
- pgAdmin4: http://localhost:9993
Postgres
- username: postgres
- password: password
- database: university
- host: localhost
- port: 5432