-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
8 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
## hooks for tutum/builder | ||
## hooks for tutumcloud/builder | ||
|
||
A docker image that builds, tests and pushes docker images from code repositories. | ||
https://github.com/tutumcloud/builder#hooks | ||
|
||
_Note, the hooks folder is totally optional and only required for builds using the `tutum/builder`; for example, if you are on the tutm private registry for builds._ | ||
_Note, the hooks folder is totally optional and only required for builds using the `tutumcloud/builder`; for example, if you are on the tutm private registry for builds._ | ||
|
||
Docker image build needs to pull the contents of the `./code` folder via `git submodule update`. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
workbench-simple: | ||
image: 'tutum.co/modius/workbench:latest' | ||
environment: | ||
- EXCLUDE_PORTS=8080 | ||
- VIRTUAL_HOST=workbench-simple.modius.io | ||
target_num_containers: 2 |