Add Grafana running in Podman
This commit is contained in:
parent
79913e9d03
commit
b2acd918b5
4 changed files with 47 additions and 9 deletions
|
|
@ -65,6 +65,7 @@
|
|||
name: "{{ podman_container_name }}"
|
||||
image: "{{ podman_container_image }}:{{ podman_container_tag }}"
|
||||
restart_policy: always
|
||||
user: root # Still isolated from host system 👍
|
||||
hostname: "{{ ansible_facts['hostname'] }}"
|
||||
publish: "{{ podman_container_publish }}"
|
||||
env: "{{ podman_container_env }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue