diff options
| author | Joey Hess <joey@kitenet.net> | 2014-11-19 00:30:06 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-11-19 00:30:06 -0400 |
| commit | 325fe4037bf5b027191ab88dd90f05d81f61fd0a (patch) | |
| tree | 0591f4233b1dbabd38582e7a04717c22ab44fba9 /config-joey.hs | |
| parent | 111e08e156df5a41d61c370ebd077174e35f5d9b (diff) | |
propellor spin
Diffstat (limited to 'config-joey.hs')
| -rw-r--r-- | config-joey.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs index 7d48aee3..abd20e55 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -53,6 +53,7 @@ darkstar = host "darkstar.kitenet.net" & Apt.buildDep ["git-annex"] `period` Daily & Docker.configured ! Docker.docked hosts "android-git-annex" + & Docker.docked hosts "simple-debian" clam :: Host clam = standardSystem "clam.kitenet.net" Unstable "amd64" @@ -309,6 +310,9 @@ containers = & Docker.publish "4200:4200" & JoeySites.oldUseNetShellBox + , Docker.container "simple-debian" "debian" + & "/hello" `File.containsLine` "hello" + -- git-annex autobuilder containers , GitAnnexBuilder.standardAutoBuilderContainer dockerImage "amd64" 15 "2h" , GitAnnexBuilder.standardAutoBuilderContainer dockerImage "i386" 45 "2h" |
