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

fix(compose): Fix compose file path resolution as it is copied into the lando config directory #88

Closed
wants to merge 13 commits into from

Commits on Nov 1, 2024

  1. fix(compose): Fix compose file path resolution as it is copied into the

    lando directory and be able to set app mount user and use docker compose v2 seperator and just share the .ssh directory for no docker desktop warnings
    
    Refs: lando/lando#3373
    florianPat committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    72e3268 View commit details
    Browse the repository at this point in the history
  2. fix(tooling): Check that container setup is finished at container sta…

    …rt for version 3 containers and before tooling to make sure the permission setup is finished
    
    Fix wait-for-user.sh to also wait for the group
    
    Refs: lando/lando#3373
    florianPat committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    444e279 View commit details
    Browse the repository at this point in the history
  3. feat(tooling): Add no-deps flag to start containers without depending…

    … containers on exec if the full compose stack did not start yet
    
    Refs: lando/lando#3373
    florianPat committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    7593258 View commit details
    Browse the repository at this point in the history
  4. feat(tooling): Add no-auto-remove flag to not stop and remove contain…

    …ers on exec if they were not started yet
    
    Refs: lando/lando#3373
    florianPat committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    c9ff51a View commit details
    Browse the repository at this point in the history
  5. feat(volumes): Use the lando proxy dir as the config volume and there…

    …fore do not copy the files over
    florianPat committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    b4f517c View commit details
    Browse the repository at this point in the history
  6. feat(start): Recreate containers if config changed

    So one does not have to rebuild if a docker compose up lasts, for example for adding env vars
    florianPat committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    c4efda9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9145a6f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a2e49d2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ceefa4d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    767fc7f View commit details
    Browse the repository at this point in the history
  11. feat(bootstrap): Add new bootstrap event and special '_init' service …

    …for events so that one can automate project setup tasks before starting the docker composition
    florianPat committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    4258f67 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0978b78 View commit details
    Browse the repository at this point in the history
  13. test(leia): Fix tests

    florianPat committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    766b049 View commit details
    Browse the repository at this point in the history