mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
devenv: postgres: make it work (#76323)
This commit is contained in:
parent
1a34cf6b0e
commit
03bb6d6f74
@ -6,7 +6,7 @@
|
|||||||
POSTGRES_DB: grafana
|
POSTGRES_DB: grafana
|
||||||
ports:
|
ports:
|
||||||
- "5432:5432"
|
- "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:
|
healthcheck:
|
||||||
test: [ "CMD", "pg_isready", "-q", "-d", "grafana", "-U", "grafana" ]
|
test: [ "CMD", "pg_isready", "-q", "-d", "grafana", "-U", "grafana" ]
|
||||||
timeout: 45s
|
timeout: 45s
|
||||||
|
Loading…
Reference in New Issue
Block a user