How to set secret files path?

Hi Peter,

Unfortunately, right now there is no way to specify the absolute path of your .env files. All secret files you create are available to read at the root of your repo (or Docker context). They are also available to load by absolute path at /etc/secrets/ so you should still be able to reference them from your application regardless of the directory the application is located.

1 Like