parent
fcc0d615a7
commit
4a7df9969d
23 changed files with 746 additions and 0 deletions
14
chris-here-bitte/templates/loki.container
Normal file
14
chris-here-bitte/templates/loki.container
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
# {{ ansible_managed }}
|
||||
|
||||
[Container]
|
||||
Image=docker.io/grafana/loki:{{ monitoring_server_loki_version }}
|
||||
Exec=-config.file=/mnt/config/config.yaml
|
||||
Network=host
|
||||
UserNS=host
|
||||
User={{ user_id }}
|
||||
Group={{ group_id }}
|
||||
Volume=/etc/loki/:/mnt/config/:ro
|
||||
Volume=/var/lib/loki/:/mnt/storage/
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Loading…
Add table
Add a link
Reference in a new issue