Add optional port exposure for chill service in compose.yaml
This commit is contained in:
@@ -24,6 +24,11 @@ services:
|
|||||||
{%+ endif +%}
|
{%+ endif +%}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
{% if chill.expose_port is not false +%}
|
||||||
|
ports:
|
||||||
|
- "{{ chill.expose_port }}:80"
|
||||||
|
{%+ endif %}
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
|
|
||||||
{% if traefik_install %}
|
{% if traefik_install %}
|
||||||
|
|||||||
Reference in New Issue
Block a user