I know it doesn't sound right but is it possible to leverage ~/.reward/.env for adding Traefik static configuration environment variables, for example:
TRAEFIK_CERTIFICATESRESOLVERS_myResolver=true
TRAEFIK_CERTIFICATESRESOLVERS_myResolver_ACME_STORAGE=acme.json
Just wanted to figure out how to override reward traefik service in order to install the Letsencrypt certificate.
I know it doesn't sound right but is it possible to leverage
~/.reward/.envfor adding Traefik static configuration environment variables, for example:TRAEFIK_CERTIFICATESRESOLVERS_myResolver=true
TRAEFIK_CERTIFICATESRESOLVERS_myResolver_ACME_STORAGE=acme.json
Just wanted to figure out how to override reward traefik service in order to install the Letsencrypt certificate.