service: Make supporting containers accessible using simple hostnames

This commit is contained in:
uumas
2026-03-12 00:16:11 +02:00
parent ff1badbf03
commit f6af1d3472
4 changed files with 7 additions and 5 deletions

View File

@@ -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