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 %}
|
||||
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
|
||||
{% endif %}
|
||||
services:
|
||||
|
@ -50,7 +50,7 @@ services:
|
|||
{% endif %}
|
||||
{% if not shinyproxy_docker_mount_conf_file %}
|
||||
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
|
||||
mode: 0444
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in New Issue