diff --git a/Makefile b/Makefile index 387d38a..076ab11 100644 --- a/Makefile +++ b/Makefile @@ -98,10 +98,6 @@ export # for existing scripts and workflows. include compatibility.mk -# Include local, git-ignored Makefile with additional targets. --include local.mk # Prefix with hyphen to tolerate absence of file. - - ######################################################################################## # Targets for managing the Devstack repo itself. ######################################################################################## @@ -570,3 +566,6 @@ build-courses: ## Build course and provision cms, and ecommerce with it. migrate-repo-git-to-edx: ## Migrate enterprise repository clones from openedx to edx GitHub org. ./migrate-repo-git-to-edx.sh + +# Include local, git-ignored Makefile with additional targets. +-include local.mk # Prefix with hyphen to tolerate absence of file. diff --git a/docker-compose.yml b/docker-compose.yml index 93e7758..c2abb2c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -815,7 +815,7 @@ services: license-manager-worker: image: edxops/license-manager-dev:latest - command: bash -c 'cd /edx/app/license_manager/license_manager && celery -A license_manager worker -Q license_manager.default -l DEBUG' + command: bash -c 'cd /edx/app/license_manager && celery -A license_manager worker -Q license_manager.default -l DEBUG' container_name: "edx.${COMPOSE_PROJECT_NAME:-devstack}.license-manager-worker" hostname: license-manager-worker.devstack.edx depends_on: