Skip to content
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.

Dockerize this project #6

Open
adhocore opened this issue Jan 1, 2020 · 3 comments
Open

Dockerize this project #6

adhocore opened this issue Jan 1, 2020 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers
Projects

Comments

@adhocore
Copy link
Contributor

adhocore commented Jan 1, 2020

Currently we need to manually set up the environment, install platform deps etc
And this can fail easily. In fact i couldnt get this up and running.

So i think we should dockerize this project and make setup and usage as simple and easy as possible.

For local development, this LEMP stack should be mostly enough. Not sure about mysql because it is v5.7.
Alternatively, we can compose a stack as desired on top phpfpm which then will be production ready as well.

@povsister
Copy link

It‘s a little earlier to dockerize project since NOT ALL features are completely implemented.
I mean, it's not production-ready.

I know about the author and he is really busy recently.
How about creating a docker file project on your own?

@Rhilip Rhilip added enhancement New feature or request good first issue Good for newcomers labels Jan 12, 2020
@Rhilip Rhilip added this to To do in Build Part via automation Jan 12, 2020
@Rhilip
Copy link
Owner

Rhilip commented Jan 13, 2020

Thanks for your advise and your great work at the docker container LEMP stack.

This project depends on Swoole (PHP extension) and the database require Mysql ^8.0.17, so it can't work on properly on php-fpm and mysql 5.7 platform.
And as my friends says, It's a little earlier to dockerize project. So I add this advise into the TODO list, and hope I can test it after RC status.

@adhocore
Copy link
Contributor Author

thanks for feedback. the phpfpm has swoole there. we can compose individual mysql, nginx etc :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Build Part
  
To do
Development

No branches or pull requests

3 participants