Fix some spacing.

This commit is contained in:
Andrea Dell'Amico 2022-03-08 16:28:37 +01:00
parent 43d21d16aa
commit f0335a4140
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 5 additions and 4 deletions

View File

@ -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' %}