0cc85bc6b4
Update to newer OS and Pg.
...
This is in response for report from Daniel Sauvé
https://gitlab.com/depesz/explain.depesz.com/-/issues/30
While their report didn't report issues with Pg, it's really time to
move off pg11.
2025-03-06 12:52:33 +01:00
311e9c23d8
Fix docker build
...
**Description:**
refreshed my fork with upstream, docker wasn't building anymore, added the file that was missing as a "cargo cult" solution
**TestPlan:**
run the docker build, now the web container starts correctly
2024-05-02 12:21:55 -04:00
1189599182
Fix docker dependency
...
Dockerfile seems to be missing dependency Pg::SQL::PrettyPrinter. Adding it to the install seems to make it work as expected.
2022-09-14 14:52:52 -04:00
353e6140db
Fix copy/pasto in db credentials
2022-07-22 17:08:30 +02:00
9bca31ab04
Update docker files to develop in non-native env
2022-07-12 15:08:48 +01:00
4b3c52d9e8
Display buffers I/O information
2021-07-04 21:41:35 +02:00
1a15f2645d
Add pgformatter to the dependencies and move from stretch to buster
...
(stretch is lacking pgformatter)
2021-05-26 22:46:58 +02:00
fa1d5ff58e
reorder commands because curl is not included with base image
2021-03-24 10:42:35 -07:00
b1cedf6294
Copy pgFormatter submodule in Dockerfile.
...
This module was missing and caused a failure when using explain.
2020-12-17 17:51:27 +01:00
01b99a539c
Bumped the PostgreSQL version to 11.4
2019-07-11 17:58:24 +02:00
998681abaf
Add docker-compose build steps
...
docker-compose is a quick way to spin up this project.
2019-04-02 20:19:06 +10:00