commit 35a0f9be17ec31e9e02b9b01d0167fb6e9ebe3c7
Author: Alexander Dahl <alex@netz39.de>
Date:   Fri Jan 15 11:59:50 2021 +0100

    initial

diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 0000000..aacff6e
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,3 @@
+FROM prosody:latest
+
+# TODO  All the other things …
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..f16055c
--- /dev/null
+++ b/README.md
@@ -0,0 +1,5 @@
+# prosody-docker
+
+This is for running [prosody](https://prosody.im/) XMPP server software
+as the [Netz39 Jabber-Server](https://jabber.n39.eu/) and maybe you can
+use it, too?!