-
This commit is contained in:
@@ -3,6 +3,6 @@ port=6060
|
||||
db_path=./data/metrics.duckdb
|
||||
|
||||
[redis]
|
||||
host=127.0.0.1
|
||||
host=host.docker.internal
|
||||
port=6379
|
||||
; password=boingboing
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
services:
|
||||
datasource:
|
||||
build: ./datasource
|
||||
network_mode: host
|
||||
ports:
|
||||
- 127.0.0.1:6060:6060
|
||||
volumes:
|
||||
- ./datasource/config.ini:/app/config.ini:ro
|
||||
- ./v/datasource/data:/app/data
|
||||
@@ -14,7 +15,8 @@ services:
|
||||
- GF_PLUGINS_PREINSTALL_SYNC=yesoreyeram-infinity-datasource@3.7.0
|
||||
- GF_SECURITY_ADMIN_USER=pika
|
||||
- GF_SECURITY_ADMIN_PASSWORD=boingboing
|
||||
network_mode: host
|
||||
ports:
|
||||
- 127.0.0.1:3000:3000
|
||||
volumes:
|
||||
- ./v/grafana:/var/lib/grafana
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user