container: add copypath mounts for copying whole directories to mount in container

This commit is contained in:
uumas
2023-12-21 01:07:40 +02:00
parent d76dbf6e3c
commit 3e9ea95ad7
3 changed files with 20 additions and 2 deletions

View File

@@ -118,6 +118,10 @@ argument_specs:
description: "Name of template without .j2 extension. Will be templated at /opt/<service>[/suffix]/mounts/<template> and mounted inside the container."
type: str
required: false
copypath:
description: "Name of file or directory to copy. Will be deployed from files/<copypath> to /opt/<service>[/suffix]/mounts/<copypath> and mounted inside the container."
type: str
required: false
reverse_proxy_type:
description: "Defines which kind of reverse proxy to configure for the container. Traefik support is experimental."
type: str