This repository was archived by the owner on Jul 31, 2024. It is now read-only.
This repository was archived by the owner on Jul 31, 2024. It is now read-only.
docker secrets #59
Open
Description
Hi,
I wanted to use this awesome image in my Swarm, but there is a problem with env variable TORAN_AUTH_PASSWORD. Its better approach to use docker secrets instead of typing password in yml stack file see https://docs.docker.com/engine/swarm/secrets
Maybe you can add new env variable TORAN_AUTH_PASSWORD_FILE=/run/secrets/password
Same for TORAN_TOKEN_GITHUB
Or another more systematic option is just read .env variable from PHP as described here harness/harness#2223 (comment)