sfx101 / deck

DECK is a powerful and high performant local web development studio, an open source alternative to Docker desktop
https://github.com/deck-app
GNU Affero General Public License v3.0
1.51k stars 71 forks source link

.env changing and build #6

Closed keynertyc closed 2 years ago

keynertyc commented 3 years ago

Hi, I have a question.

I created a new stack -> works (i.e PHP 7.4)

This is under ~/.docker-stacks/stacks/suspicious-visvesvaraya8

in this folder are 2 files: .env and docker-compose.yml

I want to edit this file .env changing for example

PHP_VERSION=7.3 WORKSPACE_INSTALL_NODE=true

How can apply these changes??

Because composer is not installed although although WORKSPACE_COMPOSER_GLOBAL_INSTALL=true in .env file under the stack folder ~/.docker-stacks/stacks/suspicious-visvesvaraya8

Thank you.

Regards,

Keyner.

sfx101 commented 3 years ago

Hi, I have a question.

I created a new stack -> works (i.e PHP 7.4)

This is under ~/.docker-stacks/stacks/suspicious-visvesvaraya8

in this folder are 2 files: .env and docker-compose.yml

I want to edit this file .env changing for example

PHP_VERSION=7.3 WORKSPACE_INSTALL_NODE=true

How can apply these changes??

Please go to your stack list on the DECK app and do a "Restart", that should take care of rebuilding if the image has changes

image