service: Template file improvements
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user