docker-rcon-web-admin
docker-rcon-web-admin copied to clipboard
Support for `_FILE` suffix environment variables for use with secrets
I use secrets to store my passwords but as far as I can see neither the base application nor this dockerization support using secret files.
It looks like that would require introducing an entrypoint script since right now it just launches direct into node
https://github.com/itzg/docker-rcon-web-admin/blob/484fba303b359b76dcb950d42405852ca78b00c8/Dockerfile#L25
A PR would be very welcome from anyone.