diff --git a/config-joey.hs b/config-joey.hs index 3890b63..1ad77cf 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -67,6 +67,7 @@ clam = standardSystem "clam.kitenet.net" Unstable "amd64" & Docker.configured & Docker.garbageCollected `period` Daily & Docker.docked hosts "webserver" + & File.dirExists "/var/www/html" & "/var/www/html/index.html" `File.containsLine` "hello, world" & alias "helloworld.kitenet.net"