This commit is contained in:
2026-02-13 20:28:16 +00:00
parent f9c40f05c3
commit eaa9ce1ace
2 changed files with 5 additions and 3 deletions

View File

@@ -3,6 +3,6 @@ port=6060
db_path=./data/metrics.duckdb db_path=./data/metrics.duckdb
[redis] [redis]
host=127.0.0.1 host=host.docker.internal
port=6379 port=6379
; password=boingboing ; password=boingboing

View File

@@ -1,7 +1,8 @@
services: services:
datasource: datasource:
build: ./datasource build: ./datasource
network_mode: host ports:
- 127.0.0.1:6060:6060
volumes: volumes:
- ./datasource/config.ini:/app/config.ini:ro - ./datasource/config.ini:/app/config.ini:ro
- ./v/datasource/data:/app/data - ./v/datasource/data:/app/data
@@ -14,7 +15,8 @@ services:
- GF_PLUGINS_PREINSTALL_SYNC=yesoreyeram-infinity-datasource@3.7.0 - GF_PLUGINS_PREINSTALL_SYNC=yesoreyeram-infinity-datasource@3.7.0
- GF_SECURITY_ADMIN_USER=pika - GF_SECURITY_ADMIN_USER=pika
- GF_SECURITY_ADMIN_PASSWORD=boingboing - GF_SECURITY_ADMIN_PASSWORD=boingboing
network_mode: host ports:
- 127.0.0.1:3000:3000
volumes: volumes:
- ./v/grafana:/var/lib/grafana - ./v/grafana:/var/lib/grafana
restart: unless-stopped restart: unless-stopped