Hello, I’v got the task to setup a n8n environment from a colleague. I don’t know really for what this is, what I really could do with it, but i understand that it is something like a website, which can do … something magic 8)
What is it making not easier for me, is that, my normal playground is windows, but I should set it up on linux. Which is okey, but the concepts there and terms there are a bit different and so its harder for me to interpret the meaning.
Then, there are 2 approaches to set up the thing. One per NPM and one to do it via docker. Docker is something like a container solution, which seems from outside, to be the easier approach. But …
-
What do your mean: Am i right to do it with docker, is it the easier, better … way to set up the things, or could there also be disadvantages.
-
At the moment I’m stuck. I’ve installed docker how its shown in the docs… make that n8n image … last Week i got the site running (a browser was able to show me the webpage). But, one week the server was off, turned on again and i thinked … what to type in to start it again?!
docker compose up -d (i think this is the command to start it up?) but says. No configuration file provided: not found … hmmmmmm
-
How can i setup to use https instead of http. Is in the docker image a nginx (as revproxy) or something equivalent incuded? Or must NGINX installed seperately? As NPM or is there also a Docker image? Certs are not the problem.
It seems that it’s not runing, when checking for open ports with SS:
ss -tln
State Recv-Q Send-Q Local Address:Port Peer Address:Port
LISTEN 0 128 0.0.0.0:22 0.0.0.0:*
LISTEN 0 128 [::]:22 [::]:*
There is no open Port 5678
Sorry, if my questions are too dumb?! Maybe is there something who can bring me on the other roadside 8)
Thx