propellor spin

This commit is contained in:
Joey Hess 2014-08-29 16:07:18 -07:00
parent 4c1c41d1a2
commit 69873e484e
Failed to extract signature
1 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,5 @@
-- This is the live config file used by propellor's author.
-- https://propellor.branchable.com/
module Main where
import Propellor
@ -65,11 +66,12 @@ clam = standardSystem "clam.kitenet.net" Unstable "amd64"
& Docker.configured
& Docker.garbageCollected `period` Daily
& Docker.docked hosts "webserver"
-- ssh on some extra ports to deal with horrible networks
-- while travelling
& alias "travelling.kitenet.net"
& Ssh.listenPort 80
! Ssh.listenPort 80
& Ssh.listenPort 443
orca :: Host