summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-04-10 11:03:47 -0400
committerJoey Hess2014-04-10 11:03:47 -0400
commit6b0e6abef2541eafaf7f669ff86ba86fa0f546b2 (patch)
tree2542e72a828bf10482738df593bd9485a8ee25e6 /config-joey.hs
parent222e2fe8a4cc555840ce7e2f5f9015a21f325d37 (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/config-joey.hs b/config-joey.hs
index f8ac5e5e..9d9ad642 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -42,7 +42,7 @@ host hostname@"clam.kitenet.net" = Just $ withSystemd $ props
& JoeySites.oldUseNetshellBox
& Docker.docked container hostname "openid-provider"
`requires` Apt.installed ["ntp"]
- & Docker.docked container hostname "ancient.kitenet.net"
+ & Docker.docked container hostname "ancient-kitenet"
& Docker.configured
& Docker.garbageCollected `period` Daily
-- Orca is the main git-annex build box.
@@ -107,7 +107,7 @@ container _parenthost name
"openid.kitenet.net:8081"
]
- | name == "ancient.kitenet.net" = Just $ standardContainer Stable "amd64"
+ | name == "ancient-kitenet" = Just $ standardContainer Stable "amd64"
[ Docker.publish "1994:80"
, Docker.inside $ props
& Apt.serviceInstalledRunning "apache2"