WIP: Include pghero in the local environment #219

Draft
bustikiller wants to merge 5 commits from pghero-docker into main
Showing only changes of commit 259d559b71 - Show all commits

View File

@ -74,6 +74,7 @@ services:
POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres
POSTGRES_DB: postgres
command: postgres -c shared_preload_libraries='pg_stat_statements' -c pg_stat_statements.track=all
healthcheck:
test: ['CMD-SHELL', 'pg_isready -U postgres']
interval: 10s