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