From 35a0f9be17ec31e9e02b9b01d0167fb6e9ebe3c7 Mon Sep 17 00:00:00 2001
From: Alexander Dahl <alex@netz39.de>
Date: Fri, 15 Jan 2021 11:59:50 +0100
Subject: [PATCH] initial

---
 Dockerfile | 3 +++
 README.md  | 5 +++++
 2 files changed, 8 insertions(+)
 create mode 100644 Dockerfile
 create mode 100644 README.md

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?!