Skip to content
Snippets Groups Projects
Commit 1a0d538b authored by Jan David Mol's avatar Jan David Mol
Browse files

L2SS-685: Expose the configured hostname from grafana (to f.e. alerta) instead of 'localhost'

parent 38f7ca8a
No related branches found
No related tags found
1 merge request!290Resolve L2SS-685 "Add alerta docker"
...@@ -24,6 +24,8 @@ services: ...@@ -24,6 +24,8 @@ services:
# - grafana-configs:/etc/grafana # - grafana-configs:/etc/grafana
ports: ports:
- "3000:3000" - "3000:3000"
environment:
- GF_SERVER_DOMAIN=${HOSTNAME}
logging: logging:
driver: syslog driver: syslog
options: options:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment