Fix the secret name in the compose file.
This commit is contained in:
parent
43e3a3b525
commit
726c0df46a
|
|
@ -9,7 +9,7 @@ networks:
|
||||||
|
|
||||||
{% if not shinyproxy_docker_mount_conf_file %}
|
{% if not shinyproxy_docker_mount_conf_file %}
|
||||||
secrets:
|
secrets:
|
||||||
{{ shinyproxy_as_docker_stack_name }}_{{ shinyproxy_as_docker_service_name }}_application_yml:
|
{{ shinyproxy_as_docker_stack_name }}_{{ shinyproxy_as_docker_service_name }}:
|
||||||
external: true
|
external: true
|
||||||
{% endif %}
|
{% endif %}
|
||||||
services:
|
services:
|
||||||
|
|
@ -50,7 +50,7 @@ services:
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if not shinyproxy_docker_mount_conf_file %}
|
{% if not shinyproxy_docker_mount_conf_file %}
|
||||||
secrets:
|
secrets:
|
||||||
- source: {{ shinyproxy_as_docker_stack_name }}_{{ shinyproxy_as_docker_service_name }}_application_yml
|
- source: {{ shinyproxy_as_docker_stack_name }}_{{ shinyproxy_as_docker_service_name }}
|
||||||
target: {{ shinyproxy_conf_dir }}/application.yml
|
target: {{ shinyproxy_conf_dir }}/application.yml
|
||||||
mode: 0444
|
mode: 0444
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue