service: Template file improvements

This commit is contained in:
uumas
2026-09-21 05:50:50 +03:00
parent e980ee0bfc
commit bb9026bb6a
5 changed files with 126 additions and 106 deletions

View File

@@ -163,9 +163,7 @@ argument_specs:
- Mount source.
- If mount type is volume, name of the volume.
- If mount type is bind, host path to bind mount inside the container.
- >-
If mount type is template and template_directory is false, the name of the template file, must end in .j2.
If template_directory is true, this is the destination directory
- If mount type is template, the name of the template file, must end in .j2.
- If mount type is copy, name of the file or directory to copy. Directory name must end in /.
type: str
required: true
@@ -337,6 +335,7 @@ argument_specs:
host <service database type> on the default port.
- The database user will be <service name>
- The password will be accessible as secret at /run/secrets/<service database type>
- A postgres url is accessible as secret at /run/secrets/postgres-url
- >
The password will also be available as the
service_podman_secrets['<service name>-<service database type>'] variable.