These should not be modified! ds -u
will reset these files.
.apps
folder contains yml files that are used as templates for DockSTARTer to piece together your maindocker-compose.yml
file.reqs
folder contains yml files that determine what version of compose is used.env.example
file contains the default variables and values for new installs
.env
file contains your personalized variables and values that are set via the GUI or by editing the file directly (runds -c
after editing)docker-compose.yml
file contains the yml that DockSTARTer creates for you based on your.env
variables (this is overwritten every time DockSTARTer runs compose and should not be manually modified)docker-compose.override.yml
(optional) file contains the yml that you may manually define to take priority over the yml defined indocker-compose.yml
generated by DockSTARTer