Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
1ce6a420
Commit
1ce6a420
authored
Jan 23, 2018
by
Marcus Efraimsson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docker: use mysql and postgres from latest fake-data-gen
parent
e24d9a62
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
docker/blocks/mysql/docker-compose.yaml
+7
-0
docker/blocks/postgres/docker-compose.yaml
+8
-0
No files found.
docker/blocks/mysql/docker-compose.yaml
View file @
1ce6a420
...
...
@@ -12,3 +12,10 @@
-
/etc/timezone:/etc/timezone:ro
command
:
[
mysqld
,
--character-set-server=utf8mb4
,
--collation-server=utf8mb4_unicode_ci
,
--innodb_monitor_enable=all
]
fake-mysql-data
:
image
:
grafana/fake-data-gen
network_mode
:
bridge
environment
:
FD_DATASOURCE
:
mysql
FD_PORT
:
3306
docker/blocks/postgres/docker-compose.yaml
View file @
1ce6a420
...
...
@@ -7,3 +7,10 @@
ports
:
-
"
5432:5432"
command
:
postgres -c log_connections=on -c logging_collector=on -c log_destination=stderr -c log_directory=/var/log/postgresql
fake-postgres-data
:
image
:
grafana/fake-data-gen
network_mode
:
bridge
environment
:
FD_DATASOURCE
:
postgres
FD_PORT
:
5432
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment