mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-07-27 10:41:08 +02:00
Added database type to postgres
This commit is contained in:
parent
3549f4de32
commit
9f61b4e50b
@ -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) }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user