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

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