pg_v_man/README.md

14 lines
533 B
Markdown
Raw Permalink Normal View History

2025-02-14 08:44:34 +01:00
# 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 :).