docs: update changelog for PostgreSQL hostname fix

This commit is contained in:
Graham McIntire 2026-03-05 10:05:18 -06:00
parent 21572d8873
commit ce8cc8dbcf
No known key found for this signature in database

View file

@ -1,4 +1,11 @@
2026-03-05
fix: use service hostname instead of localhost for PostgreSQL in CI
- Remove port mapping (5432:5432) to avoid port conflicts on self-hosted runners
- Use 'postgres' hostname instead of 'localhost' for database connection
- Service containers in Forgejo Actions are accessible via their service name
- Fixes "port is already allocated" error when runner has existing PostgreSQL
Files: .forgejo/workflows/build.yaml
perf: optimize CI caching for faster builds
- Split deps and _build into separate caches for better granularity and hit rates
- Add Elixir/OTP version to cache keys for version-specific builds