refactor: update README for observability and add test running instructions; update PostgreSQL port in Docker Compose; bump daphne version in requirements

This commit is contained in:
Ross
2026-06-29 17:42:33 +01:00
parent a60982c30a
commit ce323c4973
3 changed files with 8 additions and 7 deletions
+2
View File
@@ -56,6 +56,8 @@ services:
- POSTGRES_USER=django
- POSTGRES_PASSWORD=postgres
- POSTGRES_DB=rad
ports:
- "5432:5432"
pgadmin:
image: dpage/pgadmin4:7.2
environment: