Skip to content

Commit

Permalink
[Grafana] Add docker.env: empty but with pointers to the relevant doc…
Browse files Browse the repository at this point in the history
…s to add settings if needed.
  • Loading branch information
gmarciani committed Nov 30, 2024
1 parent 650a02f commit 7378c23
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ services:
container_name: grafana
build:
context: grafana
env_file: grafana/docker.env
restart: always
ports:
- "8005:3000"
Expand Down
4 changes: 4 additions & 0 deletions grafana/docker.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# See Grafana documentation:
# * https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/
# * https://grafana.com/docs/grafana/latest/setup-grafana/configure-docker/
# * https://grafana.com/docs/grafana/latest/setup-grafana/configure-grafana/#override-configuration-with-environment-variables

0 comments on commit 7378c23

Please sign in to comment.