mirror of
https://github.com/grafana/grafana.git
synced 2025-02-03 20:21:01 -06:00
devenv: postgres: make it work (#76323)
This commit is contained in:
parent
1a34cf6b0e
commit
03bb6d6f74
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user