I have Traefik running from a docker container, and was hoping to keep my pilot token out of the CLI arguments, like I do with my CloudFlare credentials.
With the apparent caveat - Unless you’re specifying CF_API_EMAIL or CF_API_KEY in the environment, because that does work when CLI options are also specified. Which is confusing me…
Where can I put the TRAEFIK_PILOT_TOKEN in this docker-ized setup such that it’s not exposed as a CLI option?
And can I put CF_API_EMAIL and CF_API_KEY in that place too for consistency ?