From 0bcc705aaa11d47290c29766e57b2ed0dc51b4b2 Mon Sep 17 00:00:00 2001 From: JuliusFreudenberger Date: Tue, 1 Mar 2022 23:38:37 +0100 Subject: [PATCH] [synapse] Add custom modules volume --- synapse/docker-compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/synapse/docker-compose.yaml b/synapse/docker-compose.yaml index 3b226de..e614b63 100644 --- a/synapse/docker-compose.yaml +++ b/synapse/docker-compose.yaml @@ -6,6 +6,7 @@ services: restart: unless-stopped volumes: - /media/matrix/matrix_data:/data + - custom_modules:/usr/local/lib/python3.8/site-packages/custom_modules environment: - VIRTUAL_HOST=matrix.jfreudenberger.de # the domain where the service should be reached - VIRTUAL_PORT=8008 # the port the service listens in the container @@ -29,6 +30,7 @@ services: - server volumes: + custom_modules: postgres_data: networks: