Monitoring: add separate docker network
This commit is contained in:
@@ -6,10 +6,10 @@ services:
|
||||
user: '{{ user_create_result.uid }}:{{ user_create_result.group }}'
|
||||
restart: 'unless-stopped'
|
||||
networks:
|
||||
- "{{ web_proxy_network }}"
|
||||
- "web_proxy_network"
|
||||
volumes:
|
||||
- "{{ config_dir }}:/config"
|
||||
|
||||
networks:
|
||||
{{ web_proxy_network }}:
|
||||
web_proxy_network:
|
||||
external: true
|
||||
|
Reference in New Issue
Block a user