Skip to content

Commit

Permalink
Merge branch 'master' of github.com:alexaandrov/stitchocker
Browse files Browse the repository at this point in the history
  • Loading branch information
alexaandrov committed Jul 16, 2019
2 parents 9b5139a + b497ee4 commit 646310b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,12 @@ sets:
another-parent-service-name
@services/another-service-name-in-services-alias

# Use this if you want to forward an environment from config to each service
# You also need in the docker compose service config for which you need
# to use the global environment of the project to specify "env_file: .env"
# Then you can test services environment via command "stitchocker config"
# Read more about env_file here: https://docs.docker.com/compose/compose-file/#env_file
# Use this if you want to forward an environment from your env config to each service
# Once you have created the env file in stitchocker directory and specified the path in stitchocker config
# You can use environment in your service like this:
# "YOUR_SERVICE_ENV_NAME=${ENV_NAME_FROM_YOUR_PROJECT_FILE}" in service docker compose environment field
# Also you can test services environment via command "stitchocker config" in your stitchocker project
# Read more about environment here: https://docs.docker.com/compose/environment-variables/

env: parent-path-to-env-file
```
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function scr_install

local destination_path="/tmp"
local bin_path="/usr/local/bin"
local stitchocker_stable_release="0.0.8"
local stitchocker_stable_release="0.0.9"
local stitchoker_uri="https://raw.githubusercontent.com/alexaandrov/stitchocker/$stitchocker_stable_release/stitchocker.sh"
local stitchocker_name="stitchocker"
local stitchocker_tmp_path="$destination_path/$stitchocker_name.sh"
Expand Down

0 comments on commit 646310b

Please sign in to comment.