Docker builds (#231)
[akkoma] / docker-resources / Caddyfile.example
diff --git a/docker-resources/Caddyfile.example b/docker-resources/Caddyfile.example
new file mode 100644 (file)
index 0000000..47b8c7c
--- /dev/null
@@ -0,0 +1,14 @@
+# default docker Caddyfile config for Akkoma
+#
+# Simple installation instructions:
+# 1. Replace 'example.tld' with your instance's domain wherever it appears.
+
+example.tld  {
+  log {
+    output file /var/log/caddy/akkoma.log
+  }
+
+  encode gzip
+
+  reverse_proxy akkoma:4000
+}