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

Add lando.yml allowing run laminas-mvc-skeleton with lando. #73

Closed
wants to merge 1 commit into from
Closed

Add lando.yml allowing run laminas-mvc-skeleton with lando. #73

wants to merge 1 commit into from

Conversation

thalles
Copy link
Contributor

@thalles thalles commented May 4, 2023

Q A
New Feature yes

Description

Lando it's a free, open source, cross-platform, local development environment and DevOps tool built on Docker container technology and developed by Tandem. Designed to work with most major languages, frameworks and services, Lando provides an easy way for developers of all skill levels to specify simple or complex requirements for their projects, and then quickly get to work on them.

Related pages:

PS: If you intend to accept this PR I can update the documentation in README.md.

Thanks in advanced!

Copy link
Member

@Ocramius Ocramius left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Personally not in favor of this: Lando is an opinionated skeleton on top of docker compose, and from personal experience, it usually lives in projects that I touch for 1 to 2 weeks max, before being ripped out for more flexibility and to align to production.

A very minimal docker-compose.yml would be preferable here.

In addition to that:

  • no PHPMyAdmin, please: would be best to connect to MySQL directly
  • no MySQL in general is also preferable: PostgreSQL and similar should be endorsed for new users, but the skeleton does not require a DB anyway to run

@thalles
Copy link
Contributor Author

thalles commented May 11, 2023

We can let commented some options like database settings.

@ThallesVFS
Copy link

I should go head?

@Ocramius
Copy link
Member

IMO okay with a very minimal docker-compose

Repository owner closed this by deleting the head repository Dec 20, 2023
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

Successfully merging this pull request may close these issues.

None yet

4 participants