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

[JobWorker] AMQP error Error: connect ECONNREFUSED 127.0.0.1:5672 #106

Open
GlauberF opened this issue Jun 15, 2024 · 2 comments
Open

[JobWorker] AMQP error Error: connect ECONNREFUSED 127.0.0.1:5672 #106

GlauberF opened this issue Jun 15, 2024 · 2 comments

Comments

@GlauberF
Copy link

GlauberF commented Jun 15, 2024

I'm trying to run Tilidesk Server locally. That is, I cloned the repository and followed the following steps.

  • Clone this repo
  • Install dependencies with npm install
  • Configure the tiledesk .env file. You can see an example in the file .env.sample under the root folder. Rename it from .env.sample to .env and configure it properly.
  • Run the app with the command npm start.

I left the other necessary applications running in a Docker file, only the server is running outside of Docker.
But what if I generate a local Docker image based on the Dockerfile and use this image in the Docker file along with the other images, it also gives an error.

My operating system is Ubuntu, Node.js version 16.20.2 as specified in package.json.
npm -v
Captura de tela de 2024-06-15 17-53-25
node -v
Captura de tela de 2024-06-15 17-53-06

Captura de tela de 2024-06-15 17-50-23

So, I would like to know why it doesn't give an error only when using your original docker image?

Command used to generate the image
sudo docker build --progress=plain -f Dockerfile -t tilidesk-server .

@GlauberF
Copy link
Author

In reality, if you use the latest version, you also get this error mentioned in the issue.
If you upload Docker Compose through this file https://github.com/Tiledesk/tiledesk/blob/master/docker-compose/docker-compose-latest.yml you can get the same problem.

@GlauberF
Copy link
Author

@sponzillo, @andrealeo83 Can you help me, I've been trying for days to find out why the latest version gives me this error

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

No branches or pull requests

1 participant