The service name is now a parameter.
This commit is contained in:
parent
170aea0f4b
commit
f424fadbec
|
@ -13,7 +13,7 @@ secrets:
|
|||
external: true
|
||||
{% endif %}
|
||||
services:
|
||||
shinyproxy:
|
||||
{{ shinyproxy_as_docker_service_name }}:
|
||||
{% if shinyproxy_container_backend == 'docker' %}
|
||||
build: .
|
||||
ports:
|
||||
|
|
Loading…
Reference in New Issue