docker-toran-proxy
docker-toran-proxy copied to clipboard
docker secrets
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 https://github.com/drone/drone/issues/2223#issuecomment-331720044
Hi @bauer01,
Good idea, I will try as soon as possible