You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Provide a convenience script
* Add easy suport for profiles
* Remove version since it's deprecated for docker 2+
* Always mount source as read-only
* Bake PYTHONPATH into images that need it
* Mount code only in dev mode
* Provide script for compose down regardless of profile
* Use dev compose to mount code directories
* Make adding the mount volumes optional through environment variable
* Mount script as read-only
* Add documentation on the added scripts
* Mount the override configuration for the metadata catalogue
* Add echo for symmetry with up
* Mount the override file instead of the defaults
* override should be ignored if it is a directory
When the file does not exist on the host machine, docker-compose
will create the "file" as a directory when mounting. This is
harmless so long as we handle that case correctly.
* Add a colored message to remind the user if local changes are mounted
* Rename AIOD_MOUNT to USE_LOCAL_DEV to allow broader scope
Also require set to "true" rather than any value, to avoid
accidental usage.
* Move some additional dev settings to the dedicated compose file
0 commit comments