Commit 368ea63
committed
WIP: Add postgresql server to CI build
* `POSTGRES_PASSWORD` is required by the Docker image, but its value is not
important, because we can rely on the trust authentication setup for local
connections [1].
* 5432 is the default port and is expected by Rails.
* PostgreSQL v17 is currently the default version for Heroku [2].
[1]: https://hub.docker.com/_/postgres/#environment-variables
[2]: https://devcenter.heroku.com/articles/heroku-postgres-version-support#version-support1 parent 9efe762 commit 368ea63
1 file changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
7 | 18 | | |
8 | 19 | | |
9 | 20 | | |
| |||
0 commit comments