|
|
|
@ -45,6 +45,12 @@ concourse worker container:
@@ -45,6 +45,12 @@ concourse worker container:
|
|
|
|
|
- privileged: true |
|
|
|
|
- shm_size: {{ container.shm_size }} |
|
|
|
|
- restart_policy: "{{ container.restart }}" |
|
|
|
|
{%- if container.log_options %} |
|
|
|
|
- log_opt: |
|
|
|
|
{%- for key, value in container.log_options.items() %} |
|
|
|
|
- {{ key | yaml_squote }}: {{ value | yaml_dquote }} |
|
|
|
|
{%- endfor %} |
|
|
|
|
{% endif %} |
|
|
|
|
- labels: |
|
|
|
|
- appname=concourse |
|
|
|
|
- concourse.type=worker |
|
|
|
|