Add loki service
This commit is contained in:
parent
37a304d161
commit
cbc5df483d
11 changed files with 170 additions and 3 deletions
|
@ -2,6 +2,7 @@
|
|||
lgtm_stack_domain: "{{ all_services | service_get_domain(role_name) }}"
|
||||
lgtm_stack_mimir_domain: mimir.serguzim.me
|
||||
lgtm_stack_alloy_domain: alloy.serguzim.me
|
||||
lgtm_stack_loki_domain: "{{ all_services | service_get_domain('loki') }}"
|
||||
|
||||
lgtm_stack_alloy_jobs: "{{ all_services | services_to_alloy() }}"
|
||||
|
||||
|
@ -142,6 +143,7 @@ lgtm_stack_compose:
|
|||
image: grafana/alloy:latest
|
||||
restart: always
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ./config.alloy:/etc/alloy/config.alloy:ro
|
||||
command:
|
||||
- run
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue