service: Support setting type and target for db password secret

This commit is contained in:
uumas
2025-06-27 01:01:33 +03:00
parent a10bf366e6
commit faa68bfe83
3 changed files with 23 additions and 2 deletions

View File

@@ -11,6 +11,8 @@ service_container_secrets: []
service_container_env: {}
service_database_type: none
service_database_secret_type: mount
service_database_secret_target: "{{ service_database_type }}"
service_postgres_image: docker.io/library/postgres
service_redis: false