docker: use mysql and postgres from latest fake-data-gen

This commit is contained in:
Marcus Efraimsson
2018-01-23 10:35:20 +01:00
parent e24d9a6224
commit 1ce6a420cb
2 changed files with 14 additions and 0 deletions

View File

@@ -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