Skip to content

Commit

Permalink
config file
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Kieckhafer <[email protected]>
  • Loading branch information
kieckhafer committed Sep 25, 2020
1 parent be4378f commit 9a270f5
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions config/reaction-oss/reaction-v3.8.0.mk
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
###############################################################################
### Reaction OSS v3.7.0
###
### See: `/config.mk` for documentation.
###############################################################################

# List of tools that must be installed.
# A simple check to determine the tool is available. No version check, etc.
define REQUIRED_SOFTWARE
docker \
docker-compose \
git \
node \
yarn
endef

# Defined here are the subprojects in a comma-separated format
# GIT_REPO_URL,SUBDIR_NAME,TAG
# GIT_REPO_URL is the URL of the git repository
# SUBDIR_NAME is just the directory name itself
# TAG is the git tag or branch to checkout
# Projects will be started in this order
define SUBPROJECT_REPOS
https://github.com/reactioncommerce/reaction-hydra.git,reaction-hydra,v3.0.0 \
https://github.com/reactioncommerce/reaction.git,reaction,v3.8.0 \
https://github.com/reactioncommerce/reaction-identity.git,reaction-identity,v3.1.0 \
https://github.com/reactioncommerce/reaction-admin.git,reaction-admin,v3.0.0-beta.8 \
https://github.com/reactioncommerce/example-storefront.git,example-storefront,v3.1.0
endef

# List of user defined networks that should be created.
define DOCKER_NETWORKS
reaction.localhost
endef

0 comments on commit 9a270f5

Please sign in to comment.