riesgos / async

0 stars 0 forks source link

docker compose: reading credentials from .env file #54

Closed MichaelLangbein closed 1 year ago

MichaelLangbein commented 1 year ago

This seems to be the simplest way of handling credentials:

Github encrypted secrets are something that is specific to github actions and as such mostly useful to us when we do CI.

But until then I can't think of a simpler way to substitute credentials. Is this alright for everyone?