diff --git a/hooks/README.md b/hooks/README.md index 843a932..a2e02d3 100644 --- a/hooks/README.md +++ b/hooks/README.md @@ -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`. \ No newline at end of file diff --git a/tutum.yml b/tutum.yml new file mode 100644 index 0000000..23c6570 --- /dev/null +++ b/tutum.yml @@ -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