-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Issue 3373 #268
base: main
Are you sure you want to change the base?
Issue 3373 #268
Conversation
👷 Deploy request for lando-core pending review.Visit the deploys page to approve it
|
44eccd4
to
bdc71ea
Compare
Hey @reynoldsalec, Thanks, |
4e56e47
to
c39d2dd
Compare
Hey @pirog,
The github action still needs to run. Thanks in advance, |
Note that I just ran the tests and all are passing which do not need github authentication or the key pair: https://github.com/florianPat/lando-core/pull/6/checks |
c39d2dd
to
32dcace
Compare
lando directory and be able to set app mount user
…pp for v3 services
containers without bash
32dcace
to
b7399e3
Compare
Hey all,
this pull request resolves the lando/lando issue #3373 (lando/lando#3373).
It does so by using the "docker compose config" command to resolve all paths relative to the lando compose file root.
I also have some other (opinionated) changes in this PR, so please let me know what you think about them.
Feel free to just drop commits that do not work (my guess would be the docker compose v2 seperator change could be such a thing, as its not backwards compatible?)
Would love a conversation on the changes or if I maybe should start with a smaller pull request will less changes?
We are using this feature extensively in our project at work and I would love to get this merged. Currently, I am maintaining a fork. Maybe some of the features could also implemented as a plugin, did not really think about that till now.
Thanks for any feedback,
Flo