devenv: postgres: make it work (#76323)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
POSTGRES_DB: grafana
|
||||
ports:
|
||||
- "5432:5432"
|
||||
command: postgres -c log_connections=on -c logging_collector=on -c log_destination=stderr -c log_directory=/var/log/postgresql
|
||||
command: postgres -c log_connections=on -c log_disconnections=on -c log_destination=stderr
|
||||
healthcheck:
|
||||
test: [ "CMD", "pg_isready", "-q", "-d", "grafana", "-U", "grafana" ]
|
||||
timeout: 45s
|
||||
|
||||
Reference in New Issue
Block a user