From ead655afaef4c49fa294ea1e8ffef54950e3ce11 Mon Sep 17 00:00:00 2001 From: komodo Date: Sat, 28 Feb 2026 09:41:52 +0100 Subject: [PATCH] [Komodo] admin: Write Stack File: update compose.yaml --- compose.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/compose.yaml b/compose.yaml index fb53204..e467d27 100644 --- a/compose.yaml +++ b/compose.yaml @@ -32,3 +32,10 @@ services: network_mode: host volumes: - /app-config/matrix/coturn/turnserver.conf:/etc/coturn/turnserver.conf:ro + + synapse-admin: + image: awesometechnologies/synapse-admin:latest + container_name: synapse-admin + restart: unless-stopped + ports: + - "8081:80"