Add optional port exposure for chill service in compose.yaml

This commit is contained in:
2026-01-20 17:07:42 +01:00
parent 655d0cfbcf
commit 92ca7f27ab

View File

@@ -24,6 +24,11 @@ services:
{%+ endif +%}
{% endif %}
{% if chill.expose_port is not false +%}
ports:
- "{{ chill.expose_port }}:80"
{%+ endif %}
networks:
{% if traefik_install %}