forked from openedx-unsupported/devstack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow multiple devstack instances on one machine (openedx-unsupported…
…#532) * Update many `docker` usages to be `docker-compose` to allow multi-devstack support via setting of `COMPOSE_PROJECT_NAME` connfiguration option in `options.local.mk`. * Add network aliases for backwards-compatibility. * Add several new Makefile targets: + dev.print-container.<service> + dev.ps + dev.stop[.<services>] + dev.kill[.<services>] + dev.down[.<services>] + dev.restart[.<services>] + dev.rm-stopped * Using new targets, fix features that would break when using an alternative `COMPOSE_PROJECT_NAME`. * Utilize `COMPOSE_FILE` docker-compose environment variable to set Docker Compose file list for all Makefile rules and scripts used through the Makefile. Co-authored-by: Adolfo R. Brandes <[email protected]> Co-authored-by: Kyle McCormick <[email protected]>
- Loading branch information
1 parent
1726f30
commit 00188dc
Showing
33 changed files
with
421 additions
and
209 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.