Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Howto]: How can i run multiple projects with different configuration? #918

Closed
7 of 8 tasks
wcaaan opened this issue Sep 9, 2022 · 2 comments
Closed
7 of 8 tasks

Comments

@wcaaan
Copy link

wcaaan commented Sep 9, 2022

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.

@cytopia cytopia changed the title [Howto]: [Howto]: How can i run multiple projects with different configuration? Dec 9, 2022
@cytopia
Copy link
Owner

cytopia commented Dec 9, 2022

@wcaaan this is currently not possible. See this open issue here: #146

@cytopia cytopia closed this as completed Dec 9, 2022
@cytopia
Copy link
Owner

cytopia commented Dec 23, 2022

@wcaaan you can at least now run different PHP versions per project #942

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants