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

[Feature Request] Allow mutagen-compose to use relative and absolute path mapping #65

Open
blueprismo opened this issue Jun 14, 2023 · 0 comments

Comments

@blueprismo
Copy link

I am forced to use mutagen-compose as I use the crappy Mac chipset everybody is worshipping.

I would like to see if I could use the x-mutagen section with the relative path and not use a named volume like:

  web:
    ...
    volumes:
      - code:/code             # <------------- I would LOVE this to be ./custompath:/code
  
# Define synchronization and forwarding sessions
x-mutagen:
  sync:
    defaults:
      ignore:
        vcs: true
    code:
      alpha: "."
      beta: "volume://code"

Would it be possible to have such approach?

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

No branches or pull requests

1 participant