about summary refs log tree commit diff
path: root/docker/config.lisp
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-01-28T16·47+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-01-28T16·47+0000
commitff06ffcf9cd8ad78f0dcc7df4e6bbfa684e73f1e (patch)
tree5448afc53fcb961716ee44f329894b95f7c78477 /docker/config.lisp
parentbacaa0ca8ad26b4f7ff592746d63d5c6b6c39ab0 (diff)
Package depot's gemma as a docker image for Cloud Run
Using <depot>'s gemma project with `dockerTools.buildLayeredImage` because I
need access to a nix-packaged server and gemma is the first thing that comes to
mind.
Diffstat (limited to 'docker/config.lisp')
-rw-r--r--docker/config.lisp21
1 files changed, 21 insertions, 0 deletions
diff --git a/docker/config.lisp b/docker/config.lisp
new file mode 100644
index 000000000000..54f8e5f34462
--- /dev/null
+++ b/docker/config.lisp
@@ -0,0 +1,21 @@
+;; Example configuration file for Gemma
+
+(config :port 4242
+        :data-dir "/tmp/gemma/")
+
+(deftask bathroom/wipe-mirror 7)
+(deftask bathroom/wipe-counter 7)
+
+;; Bedroom tasks
+(deftask bedroom/change-sheets 7)
+(deftask bedroom/vacuum 10)
+
+;; Kitchen tasks
+(deftask kitchen/normal-trash 3)
+(deftask kitchen/green-trash 5)
+(deftask kitchen/blue-trash 5)
+(deftask kitchen/wipe-counters 3)
+(deftask kitchen/vacuum 5 "Kitchen has more crumbs and such!")
+
+;; Entire place
+(deftask clean-windows 60)