You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This script starts a PostgreSQL database in a docker container, which is required for running tests locally.
# When the -UI switch is passed, pgAdmin (a web-based PostgreSQL management tool) is started in a second container, which lets you query the database.
# To connect to pgAdmin, open http://localhost:5050 and login with user "[email protected]", password "postgres". Use hostname "db" when registering the server.