mirror of
https://github.com/grafana/grafana.git
synced 2024-12-02 05:29:42 -06:00
10 lines
300 B
Plaintext
10 lines
300 B
Plaintext
postgrestest:
|
|
image: postgres:latest
|
|
environment:
|
|
POSTGRES_USER: grafana
|
|
POSTGRES_PASSWORD: password
|
|
POSTGRES_DATABASE: grafana
|
|
ports:
|
|
- "5432:5432"
|
|
command: postgres -c log_connections=on -c logging_collector=on -c log_destination=stderr -c log_directory=/var/log/postgresql
|