mirror of
https://github.com/KevinMidboe/playbooks-retailor.git
synced 2026-09-07 13:32:06 +00:00
configure docker network separately
This commit is contained in:
@@ -1,9 +1,4 @@
|
||||
---
|
||||
- name: Create a Docker network for loki
|
||||
docker_network:
|
||||
name: monitoring_network
|
||||
state: present
|
||||
|
||||
- name: Pull loki Docker image
|
||||
docker_image:
|
||||
name: grafana/loki:latest
|
||||
@@ -33,4 +28,4 @@
|
||||
volumes:
|
||||
- /etc/loki/config.yml:/etc/loki/config.yml
|
||||
networks:
|
||||
- name: monitoring_network
|
||||
- name: monitoring
|
||||
|
||||
Reference in New Issue
Block a user