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
How can i run multiple projects with different configuration. if all the project are under ./data/www they will be under same php, mysql and other services. how do i seperate the .env file for each project.
for example:
project 1
php 5.6
mysql 5.5
apache 2.2
project 2:
php 7.4
mysql 5.7
apache 2.4
project 3:
php 8.1
mariadb 10.7
apache 2.4
What have you tried already?
I have tried to setup multiple devilboxes, but it won't work, becuase i have to take down the first one in order run the second one.
What is your goal?
I don't want to setup devilbox for each project (which does not work anyway). I want to keep all projects in one directory and apply different .env settings on each project or group of projects.
The text was updated successfully, but these errors were encountered:
Have you already checked elsewhere?
What are you struggling with?
How can i run multiple projects with different configuration. if all the project are under ./data/www they will be under same php, mysql and other services. how do i seperate the .env file for each project.
for example:
project 1
php 5.6
mysql 5.5
apache 2.2
project 2:
php 7.4
mysql 5.7
apache 2.4
project 3:
php 8.1
mariadb 10.7
apache 2.4
What have you tried already?
I have tried to setup multiple devilboxes, but it won't work, becuase i have to take down the first one in order run the second one.
What is your goal?
I don't want to setup devilbox for each project (which does not work anyway). I want to keep all projects in one directory and apply different .env settings on each project or group of projects.
The text was updated successfully, but these errors were encountered: