mirror of
https://github.com/plankanban/planka.git
synced 2026-07-16 05:53:57 +03:00
Can docker secrets be passed in a environment variables? #636
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @the-bort-the on GitHub (Jan 21, 2025).
I am curious if environment variables can be passed in as Docker secrets. It seems to not be the case, but I see when using the linuxio image I can by supplying
FILE__OIDC_CLIENT_ID=/run/secrets/CLIENT_ID. I'd rather not use linuxio's image, even though both are on1.24.3. Is there another prefix available for variables I'm not seeing?works using
image: lscr.io/linuxserver/planka:latest@ArcherCentauri commented on GitHub (Feb 23, 2025):
This would be amazing to have