make psql
This commit is contained in:
parent
82197c63ff
commit
e92be0a999
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -28,3 +28,5 @@ status:
|
|||
logs:
|
||||
@docker compose logs -f -n 50 lister consumer record-indexer
|
||||
|
||||
psql:
|
||||
@docker compose exec -it postgres psql -U postgres -d bluesky
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue