Mixture of PHP and NodeJS versions and Arm64 support (Apple M1 included) #17
madalinignisca
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all!
I finally made it. Mixed PHP and NodeJS versions and Arm64 support.
Need to say thank you to Github and Docker for so much open source support and the free cloud resources to support the automated builds.
At this moment, you can pick from:
If there is really a need of more mixtures, shout here and I can add them to the recipe, but with the above I thought that this will cover 90% of cases of projects we work on, new and old ones.
For example, to use a project with PHP 8.0 and NodeJS 16.x, make sure to use the tag
8.0-16
in yourdocker-compose.yml
file.When you start in container, VSCode should pick it out of the box, same for manually starting docker-compose and exec in the container.
I wish you all happy coding!
Beta Was this translation helpful? Give feedback.
All reactions