Separate traefik and grafana prometheus

This commit is contained in:
Florian RICHER 2023-09-25 10:57:23 +02:00
parent d51a9802b0
commit 8c337a324b
14 changed files with 136 additions and 98 deletions

View file

@ -18,3 +18,15 @@
name: "docker"
enabled: true
state: started
- name: Create proxy network
community.docker.docker_network:
name: proxy
state: present
become: true
- name: Create metrics network
community.docker.docker_network:
name: metrics
state: present
become: true