Add postgres auto-explain for dev testing. (#2399)

* Add postgres auto-explain for dev testing.

* add newline

* fix indent

Co-authored-by: Nutomic <me@nutomic.com>
This commit is contained in:
Dessalines 2022-08-16 08:22:29 -04:00 committed by GitHub
parent 21455d6b73
commit f878151648
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,6 +50,7 @@ services:
volumes:
- ./volumes/postgres:/var/lib/postgresql/data
restart: always
command: ["postgres", "-c", "session_preload_libraries=auto_explain", "-c", "auto_explain.log_min_duration=5ms", "-c", "auto_explain.log_analyze=true"]
pictrs:
image: asonix/pictrs:0.3.1