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