Skip to content

Instantly share code, notes, and snippets.

@simesy
Created November 13, 2019 06:15
Show Gist options
  • Select an option

  • Save simesy/765cc181503735c6784023073b9ba801 to your computer and use it in GitHub Desktop.

Select an option

Save simesy/765cc181503735c6784023073b9ba801 to your computer and use it in GitHub Desktop.
Mount custom/modules for local development.
version: '2.3'
services:
cli:
volumes:
- ./custom/modules:/app/web/sites/default/modules/local:${VOLUME_FLAGS:-delegated}
test:
volumes:
- ./custom/modules:/app/web/sites/default/modules/local:${VOLUME_FLAGS:-delegated}
nginx:
volumes:
- ./custom/modules:/app/web/sites/default/modules/local:${VOLUME_FLAGS:-delegated}
php:
volumes:
- ./custom/modules:/app/web/sites/default/modules/local:${VOLUME_FLAGS:-delegated}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment