Installing Node.js for a site via Docker Compose file in EE4 #1667
Unanswered
jipsa78
asked this question in
Support Requests
Replies: 1 comment
-
I'm trying to do this, to add But, from the docs:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have taken over development for a website, which has a custom theme that runs on Node.js.
I would like to install Node.js into the theme folder via the Docker Compose stack, as should be possible according to this help article: https://easyengine.io/handbook/customising-docker-compose-stack-in-easyengine-v4/
However, I am fairly inexperienced with both Docker and Node, so I am not sure what to put in my docker-compose-custom.yml file.
I have found some examples of Docker Compose installation of Node, but these are not EasyEngine specific and do not explain how to specify the install folder. I might be able to figure it out eventually, but if anyone has already successfully attempted this before, please share your Docker Compose code.
Beta Was this translation helpful? Give feedback.
All reactions