containers / podman-compose

a script to run docker-compose.yml using podman
GNU General Public License v2.0
4.85k stars 463 forks source link

Add support for environment variable secrets #971

Closed mokibit closed 1 week ago

mokibit commented 1 week ago

Credit for solution of this problem goes to @breca, I added requested unit tests. PR completes the PR of @breca https://github.com/containers/podman-compose/pull/856 and solves issue https://github.com/containers/podman-compose/issues/671.

mokibit commented 1 week ago

FYI, @p12tic, functionality of get_secret_args() is not fully tested yet.