This commit is contained in:
parent
b70741069f
commit
37df61eecf
@ -7,7 +7,7 @@ services:
|
|||||||
container_name: {{ inst.name }}
|
container_name: {{ inst.name }}
|
||||||
image: {{ droneci_autoscaler_image }}
|
image: {{ droneci_autoscaler_image }}
|
||||||
restart: {{ droneci_autoscaler_restart_policy }}
|
restart: {{ droneci_autoscaler_restart_policy }}
|
||||||
{% if inst.exposed_ports | default(droneci_autoscaler_exposed_ports) | lenght > 0 %}
|
{% if inst.exposed_ports | default(droneci_autoscaler_exposed_ports) | length > 0 %}
|
||||||
ports:
|
ports:
|
||||||
{% for port in inst.exposed_ports | default(droneci_autoscaler_exposed_ports) %}
|
{% for port in inst.exposed_ports | default(droneci_autoscaler_exposed_ports) %}
|
||||||
- {{ port | quote }}
|
- {{ port | quote }}
|
||||||
|
Loading…
Reference in New Issue
Block a user