Skip to content

Commit de714e3

Browse files
committed
tech(docker): add default db for postgres
1 parent 08932b8 commit de714e3

File tree

1 file changed

+1
-0
lines changed
  • docker/blocks/postgres

1 file changed

+1
-0
lines changed

docker/blocks/postgres/fig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ postgrestest:
33
environment:
44
POSTGRES_USER: grafana
55
POSTGRES_PASSWORD: password
6+
POSTGRES_DATABASE: grafana
67
ports:
78
- "5432:5432"

0 commit comments

Comments
 (0)