Rename 'COMPOSER_*' -> 'DEPLOY_*' and remove unuused variables
This commit is contained in:
parent
109cb27731
commit
613fb3fe6e
6 changed files with 29 additions and 42 deletions
|
|
@ -1,11 +1,6 @@
|
|||
# All WissKi and Drupal Installations are contained within a single directory.
|
||||
# The name of each subfolder corresponds to the appropriate domain name.
|
||||
# This variable determines the subfolder to place installations into.
|
||||
DRUPAL_ROOT=/var/www/factory
|
||||
|
||||
# Furthermore, several docker-compose files are created to manage global services and the system itself.
|
||||
# These will be placed into a folder, set its' path here.
|
||||
COMPOSER_ROOT=/var/www/deploy
|
||||
# Several docker-compose files are created to manage global services and the system itself.
|
||||
# On top of this all real-system space will be created under this directory.
|
||||
DEPLOY_ROOT=/var/www/deploy
|
||||
|
||||
# The system can support setting up certificate(s) automatically.
|
||||
# It can be enabled by setting an email for certbot certificates.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue