Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

Add a Docker image for easier development setup #58

Closed
Calinou opened this issue Dec 20, 2019 · 3 comments · Fixed by #415
Closed

Add a Docker image for easier development setup #58

Calinou opened this issue Dec 20, 2019 · 3 comments · Fixed by #415

Comments

@Calinou
Copy link
Owner

Calinou commented Dec 20, 2019

Having a Docker image that can be spun up using docker-compose would make it easier to onboard new contributors. I didn't make one since I have no need for it myself, but help is welcome in adding a Docker setup.

The image should use PHP 7.2 for compatibility with the production setup.

@quentincaffeino
Copy link

Hello, I'm willing to contribute if this is still open.
Could you provide more info about env? Like database type/version, and whatever else is required to run this website.

@quentincaffeino
Copy link

I see it requires Mysql/Maria but I couldn't find anywhere at least minimal version.
Also, does this website require any kind of special binaries being present in the system?

@Calinou
Copy link
Owner Author

Calinou commented Apr 8, 2020

@quentincaffeino Thanks for looking into it 🙂

Could you provide more info about env? Like database type/version, and whatever else is required to run this website.

The production environment uses PHP 7.2.x (with mbstring and pdo_mysql) and MySQL 5.7.x. See all the Laravel requirements here.

Also, does this website require any kind of special binaries being present in the system?

Not as far as I know.

PS: Feel free to run hadolint over your Dockerfile. It may provide useful insights.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
2 participants