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

is the Quick Overview missing something? How does beanstalkd get installed? #2084

Closed
vesper8 opened this issue Apr 15, 2019 · 2 comments
Closed
Labels

Comments

@vesper8
Copy link

vesper8 commented Apr 15, 2019

I just got here and am going through the docs as well as the code, trying to understand how everything works. I'm mostly interested in understanding how to properly disable/enabled just what you need and not install things you don't need

Looking at the Quick Overview

Let’s see how easy it is to install NGINX, PHP, Composer, MySQL, Redis and Beanstalkd:

1 - Clone Laradock inside your PHP project:

git clone https://github.com/Laradock/laradock.git
2 - Enter the laradock folder and rename env-example to .env.

cp env-example .env
3 - Run your containers:

docker-compose up -d nginx mysql phpmyadmin redis workspace 
4 - Open your project’s .env file and set the following:

DB_HOST=mysql
REDIS_HOST=redis
QUEUE_HOST=beanstalkd

leaves me confused about a few things. First, why add phpmyadmin there, I understand you can pick and choose what you want but this is a 'Hello World' and phpmyadmin was not mentioned on the first line of "let's see how easy..."

The second and part that really bothers me has to do with beanstalkd. Why does it get installed by default? I could not find a way to turn it off through a flag inside .env

It was my assumption that you would have to include beanstalkd when running the docker-composer up -d command, only then would it get pulled and built and made ready-to-use

Isn't that right?

The mere act of changing the QUEUE_HOST to beanstalkd is surely not what's causing it to be downloaded and instantiated?

Is this just an oversight? Because it's creating a lot of confusion as I try to grasp how Laradock works

@stale
Copy link

stale bot commented Feb 2, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the Stale label Feb 2, 2020
@stale
Copy link

stale bot commented Feb 23, 2020

Hi again 👋 we would like to inform you that this issue has been automatically closed 🔒 because it had not recent activity during the stale period. We really really appreciate your contributions, and looking forward for more in the future 🎈.

@stale stale bot closed this as completed Feb 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant