You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 31, 2024. It is now read-only.
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
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)