Skip to content

Commit de6f1f2

Browse files
authored
add flags for easier plugin development
just a suggestion; but this repo is great for standing up a simple stack with docker-compose and using as a basis for local plugin dev; these settings are needed in order to enable plugin registration. Admittedly these are not the standard secure signed plugin only setups, but my thought process here is that as a tutorial stack it makes sense.
1 parent 8fb3512 commit de6f1f2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docker-compose.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ services:
4040
- 3000:3000
4141
networks:
4242
- grafana
43+
environment:
44+
- "GF_DEFAULT_APP_MODE=development"
45+
- "GT_LOG_LEVEL=debug"
4346

4447
app:
4548
build: ./app

0 commit comments

Comments
 (0)