Added database type to postgres

This commit is contained in:
Kevin Veen-Birkenbach 2025-07-25 21:32:40 +02:00
parent 3549f4de32
commit 9f61b4e50b
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

View File

@ -4,6 +4,9 @@ application_id: svc-db-postgres
# Docker # Docker
docker_compose_flush_handlers: true docker_compose_flush_handlers: true
# Docker Compose
database_type: "{{ application_id | get_entity_name }}"
## Postgres ## Postgres
postgres_volume: "{{ applications | get_app_conf(application_id, 'docker.volumes.data', True) }}" postgres_volume: "{{ applications | get_app_conf(application_id, 'docker.volumes.data', True) }}"
postgres_name: "{{ applications | get_app_conf(application_id, 'docker.services.postgres.name', True) }}" postgres_name: "{{ applications | get_app_conf(application_id, 'docker.services.postgres.name', True) }}"