aboutsummaryrefslogtreecommitdiff
path: root/build/docker/hub/docker-compose.monolith.yml
diff options
context:
space:
mode:
Diffstat (limited to 'build/docker/hub/docker-compose.monolith.yml')
-rw-r--r--build/docker/hub/docker-compose.monolith.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/build/docker/hub/docker-compose.monolith.yml b/build/docker/hub/docker-compose.monolith.yml
new file mode 100644
index 00000000..336a4398
--- /dev/null
+++ b/build/docker/hub/docker-compose.monolith.yml
@@ -0,0 +1,18 @@
+version: "3.4"
+services:
+ monolith:
+ hostname: monolith
+ image: matrixdotorg/dendrite:monolith
+ command: [
+ "--config=dendrite.yaml",
+ "--tls-cert=server.crt",
+ "--tls-key=server.key"
+ ]
+ volumes:
+ - ./config:/etc/dendrite
+ networks:
+ - internal
+
+networks:
+ internal:
+ attachable: true