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

Mutagen configuration at project folder #246

Merged
merged 2 commits into from
Oct 12, 2020
Merged

Mutagen configuration at project folder #246

merged 2 commits into from
Oct 12, 2020

Conversation

Den4ik
Copy link

@Den4ik Den4ik commented Oct 8, 2020

This PR provide update for mutagen that allow create custom sync config at project folder

<project_folder>/.warden/mutagen.yml

Reason

Affected MacOS
If you create local env type with .warden/warden-env.yml docker configuration like:

version: "3.5"
services:
  php-fpm:
    hostname: "${WARDEN_ENV_NAME}-php-fpm"
    image: docker.io/magenius/php-fpm:${PHP_VERSION:-7.4}${WARDEN_SVC_PHP_VARIANT:-}
    environment:
      - TRAEFIK_DOMAIN
      - TRAEFIK_SUBDOMAIN
      - COMPOSER_MEMORY_LIMIT=-1
    volumes:
      - appdata:/var/www/html
    extra_hosts:
      - ${TRAEFIK_DOMAIN}:${TRAEFIK_ADDRESS:-0.0.0.0}
      - ${TRAEFIK_SUBDOMAIN:-app}.${TRAEFIK_DOMAIN}:${TRAEFIK_ADDRESS:-0.0.0.0}

volumes:
  appdata: {}

you unable start file syncing with container.

@davidalger davidalger merged commit c1a7315 into wardenenv:develop Oct 12, 2020
davidalger added a commit that referenced this pull request Oct 12, 2020
@davidalger davidalger added this to the Warden 0.10.0 milestone Oct 12, 2020
@davidalger
Copy link
Collaborator

I like this a lot. Thanks! Going to include it in the next tagged release (no ETA on exactly when I'll tag it though, as I'm about ready to go on paternity leave for a couple weeks and not sure I'll have time to complete the 0.10.0 milestone before then)

@Den4ik Den4ik deleted the mutagen-configuration-at-project-folder branch November 14, 2020 20:55
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

2 participants