Fix some spacing.
This commit is contained in:
parent
43d21d16aa
commit
f0335a4140
|
@ -98,6 +98,7 @@ proxy:
|
|||
display-name: {{ app.display_name }}
|
||||
description: {{ app.description }}
|
||||
{% if app.cmd is defined %}container-cmd: ["R", "-e {{ app.cmd }}"]{% endif %}
|
||||
|
||||
container-image: {{ app.docker_image }}
|
||||
container-memory: {{ app.docker_memory | default('2g') }}
|
||||
{% if shinyproxy_version is version_compare('2.6.0', '>=') %}
|
||||
|
@ -107,12 +108,12 @@ proxy:
|
|||
|
||||
{% endif %}
|
||||
|
||||
{% if app.environment is defined %}
|
||||
{% if app.environment is defined %}
|
||||
container-env:
|
||||
{% for env in app.environment %}
|
||||
{% for env in app.environment %}
|
||||
{{ env.name }}: {{ env.value }}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
|
||||
{% if shinyproxy_as_docker_service %}
|
||||
{% if shinyproxy_container_backend == 'docker-swarm' %}
|
||||
|
|
Loading…
Reference in New Issue