14 lines
No EOL
533 B
Markdown
14 lines
No EOL
533 B
Markdown
# pg_v_man
|
|
|
|
## Getting started
|
|
|
|
To get started, simply start the Docker Compose stack:
|
|
|
|
```bash
|
|
docker compose up
|
|
```
|
|
|
|
You can then open the [RabbitMQ management UI](http://localhost:15672) and watch messages coming in in the `letterbox` queue whenever you manipulate any data in the database.
|
|
The database port is by default 5432 (as always) and credentials can be found in the [compose.yml](./compose.yml).
|
|
|
|
Right now no pgAdmin/cloud-beaver or anything are part of the stack, feel free to use whatever Postgres tool you prefer :). |