summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Hess2014-04-01 23:26:26 -0400
committerJoey Hess2014-04-01 23:26:26 -0400
commit4b899747c8174cb37f827c74673eebec4b14bddb (patch)
tree700db03496a1ffe9628261de5665abb37e1f693c
parentf3f2af29f2aeabed107fd569dfe36ba9fffc5233 (diff)
propellor spin
-rw-r--r--config.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.hs b/config.hs
index 3824ff80..244fa48b 100644
--- a/config.hs
+++ b/config.hs
@@ -41,7 +41,7 @@ host hostname@"clam.kitenet.net" = Just
, JoeySites.oldUseNetshellBox
, Docker.configured
, File.dirExists "/var/www"
- , Docker.docked container hostname "webserver"
+ --, Docker.docked container hostname "webserver"
, Docker.garbageCollected
, Apt.installed ["git-annex", "mtr"]
-- Should come last as it reboots.
@@ -52,6 +52,7 @@ host hostname@"orca.kitenet.net" = Just
, Apt.unattendedUpgrades True
, Docker.configured
, Docker.docked container hostname "git-annex-amd64-builder"
+ , Docker.garbageCollected
]
-- add more hosts here...
--host "foo.example.com" =