1
0

Networks: create internal docker network for proxy server

Prepare to use caddy in docker
This commit is contained in:
2025-05-06 11:11:48 +03:00
parent 527067146f
commit adde4e32c1
15 changed files with 207 additions and 184 deletions

View File

@ -29,6 +29,8 @@
restart_policy: "unless-stopped"
published_ports:
- "127.0.0.1:{{ netdata_exposed_port }}:19999"
networks:
- name: "{{ web_proxy_network }}"
volumes:
- "/:/host/root:ro,rslave"
- "/etc/group:/host/etc/group:ro"