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

@ -5,3 +5,10 @@ services:
restart: unless-stopped
ports:
- "127.0.0.1:{{ homepage_port }}:80"
networks:
- "{{ web_proxy_network }}"
networks:
{{ web_proxy_network }}:
external: true