service: Make supporting containers accessible using simple hostnames
This commit is contained in:
@@ -244,9 +244,9 @@ argument_specs:
|
||||
- Database type to set up.
|
||||
- >
|
||||
It will be run in a container accessible to the service at
|
||||
host {{ service_name }}-{{ 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 }}
|
||||
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>
|
||||
- >
|
||||
The password will also be available as the
|
||||
service_podman_secrets['{{ service_name }}-{{ service_database_type }}'] variable.
|
||||
@@ -293,8 +293,7 @@ argument_specs:
|
||||
required: false
|
||||
service_redis:
|
||||
description: >-
|
||||
Whether to install redis in a container accessible to the service at host
|
||||
{{ service_name }}-redis.
|
||||
Whether to install redis in a container accessible to the service at host redis.
|
||||
type: bool
|
||||
required: false
|
||||
default: false
|
||||
|
||||
Reference in New Issue
Block a user