Skip to content

Commit 7b9135b

Browse files
committed
Moved grafana and metabase to docker demo postgres seed.
1 parent a4b4543 commit 7b9135b

File tree

5 files changed

+2
-4
lines changed

5 files changed

+2
-4
lines changed

demo-docker/docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ services:
128128
- GF_DATABASE_NAME=grafanaappdb
129129
- GF_DATABASE_HOST=timescaledb:5432
130130
- GF_DATABASE_USER=postgres
131-
- GF_DATABASE_PASSWORD=
131+
#- GF_DATABASE_PASSWORD=
132132
#- GF_AUTH_PROXY_HEADER_NAME=X-WEBAUTH-USER
133133
#- GF_AUTH_PROXY_HEADER_PROPERTY=username
134134
#- GF_AUTH_PROXY_AUTO_SIGN_UP=true
+1-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
1-
psql -h 127.0.0.1 -U postgres -w -f create_tables.sql template1
2-
psql -h 127.0.0.1 -U postgres -w -f metabaseappdb.sql metabaseappdb
3-
psql -h 127.0.0.1 -U postgres -w -f grafanaappdb.sql grafanaappdb
1+
psql -h 127.0.0.1 -U postgres -w -f data/create_tables.sql template1 && psql -h 127.0.0.1 -U postgres -w -f data/metabaseappdb.sql metabaseappdb && psql -h 127.0.0.1 -U postgres -w -f data/grafanaappdb.sql grafanaappdb
42

0 commit comments

Comments
 (0)