- Create a file called
.envin the local repo with the content:
PGADMIN_PASSWORD = your_password
- Create a file called
postgres_password.txtin the local repo with the content:
your_password
- Install Docker.
Run from a terminal within the local repo:
docker-compose up -d
Open the following URLs in a browser:
-
Main UI:
-
Swagger UI (for development):
-
pgAdmin (for database admin):
Log in to pgAdmin with credentials:
- username:
user@domain.com - password:
your_password
- username: