Commit 5ac0438
docs: Update README and fix pgwatch-postgres configuration
Changes:
- Added Environment Configuration section to README explaining .env usage
- Updated Access points section with correct default credentials
- Fixed pgwatch-postgres command to use simple array format with
docker-compose variable substitution instead of shell interpolation
- Added create_issues.sh script for issue management
Testing:
- All services start successfully with default environment variables
- Grafana accessible at localhost:3000 (monitor/changeme)
- Prometheus collecting metrics from pgwatch
- PostgreSQL databases initialized with correct credentials
- pgwatch-postgres now connects successfully to sink database
Related to MR !56
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 7dcd5e6 commit 5ac0438
3 files changed
+475
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
66 | 89 | | |
67 | 90 | | |
68 | 91 | | |
| |||
190 | 213 | | |
191 | 214 | | |
192 | 215 | | |
193 | | - | |
| 216 | + | |
194 | 217 | | |
195 | 218 | | |
196 | | - | |
| 219 | + | |
197 | 220 | | |
198 | 221 | | |
199 | 222 | | |
| |||
0 commit comments