service: Support specifying additional vhost locations and container

networks
This commit is contained in:
uumas
2025-03-22 01:44:40 +02:00
parent e3007ff405
commit f1eb28b431
4 changed files with 14 additions and 2 deletions

View File

@@ -33,3 +33,4 @@
vhost_domains: "{{ service_domains }}"
vhost_proxy_target_netproto: unix
vhost_proxy_target_socket: "/run/{{ service_name }}-socat.sock"
vhost_locations: "{{ service_vhost_locations }}"