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

php-worker config file is broken #731

Closed
gufoe opened this issue Apr 3, 2017 · 2 comments
Closed

php-worker config file is broken #731

gufoe opened this issue Apr 3, 2017 · 2 comments

Comments

@gufoe
Copy link

gufoe commented Apr 3, 2017

Hello, the the php-worker supervisor.conf file has hardcoded references to the folder /var/www/laravel/artisan while it should just be /var/www/artisan

@winfried-van-loon
Copy link
Contributor

This issue seems to be fixed in #732, so I'm closing this issue. However if you're still experiencing this issue, please feel free to let us know in a comment. 👍

@ben-joostens
Copy link

ben-joostens commented May 23, 2017

How exactly do you set this up in a multi-project setup as described in the docs? Not updating the path in docker-compose.yml to have it point to one of the projects' directories leads to Could not open input file: artisan. But if I do point it to a directory of one of the projects, it doesn't log any errors but nothing from the queue is being processed either.

edit: Seems to be a redis issue:

php_network_getaddresses: getaddrinfo failed: Name or service not known [tcp://redis:6379]

However, it worked fine in a single project setup, and if I bash into the container I can write/read to and from redis through laravel tinker.

agebeyaw pushed a commit to agebeyaw/laradock that referenced this issue Aug 22, 2018
We have project in `/var/www` by default, not in `/var/www/laravel`

laradock#731
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

4 participants