Merge pull request '🐛 Fix missing grafana container settings' (!126) from fix-grafana-container into master
Reviewed-on: https://gitea.n39.eu/Netz39_Admin/netz39-infra-ansible/pulls/126 Reviewed-by: dkdent <dkdent@netz39.de> Reviewed-by: Alexander Dahl <alex@netz39.de>
This commit is contained in:
commit
199c98659a
1 changed files with 4 additions and 0 deletions
|
@ -402,6 +402,10 @@
|
||||||
docker_container:
|
docker_container:
|
||||||
name: grafana
|
name: grafana
|
||||||
image: "grafana/grafana"
|
image: "grafana/grafana"
|
||||||
|
pull: true
|
||||||
|
state: started
|
||||||
|
detach: yes
|
||||||
|
restart_policy: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "127.0.0.1:{{ grafana_host_port }}:3000"
|
- "127.0.0.1:{{ grafana_host_port }}:3000"
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue