1
0

Monitoring: add separate docker network

This commit is contained in:
2025-07-29 17:03:23 +03:00
parent 61c757646a
commit 552635b856
15 changed files with 127 additions and 181 deletions

View File

@@ -8,7 +8,7 @@ services:
restart: unless-stopped
user: '{{ user_create_result.uid }}:{{ user_create_result.group }}'
networks:
- "{{ web_proxy_network }}"
- "web_proxy_network"
volumes:
- "{{ data_dir }}:/data"
environment:
@@ -28,5 +28,5 @@ services:
networks:
{{ web_proxy_network }}:
web_proxy_network:
external: true