You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently some config files are picked up from the app repo (e.g. DOKKU_SCALE), while others must be places on the server in $DOKKU_HOME/$APP (e.g. DOCKER_OPTIONS_*). While it's debateable which is the right place™ to keep these files, it seems arbitrary to handle them differently.
In my opinion all these files should be picked up from the app repo, and DOCKER_OPTIONS_* should be renamed to DOKKU_DOCKER_OPTIONS_*.
The text was updated successfully, but these errors were encountered:
Context:
The app repo convention comes from Heroku and is required (i.e. Procfile). The $DOKKU_ROOT/$APP placement was picked lazily and arbitrarily as a location to store app configuration. For example, you'll notice that ENV is also stored there. We have an open issue for moving app config out of the app dir.
To clarify on your second point, you are referring to the filenames, correct?
Currently some config files are picked up from the app repo (e.g.
DOKKU_SCALE
), while others must be places on the server in$DOKKU_HOME/$APP
(e.g.DOCKER_OPTIONS_*
). While it's debateable which is the right place™ to keep these files, it seems arbitrary to handle them differently.In my opinion all these files should be picked up from the app repo, and
DOCKER_OPTIONS_*
should be renamed toDOKKU_DOCKER_OPTIONS_*
.The text was updated successfully, but these errors were encountered: