From 0312501130f8722f7261f565e667d542d12e8ff3 Mon Sep 17 00:00:00 2001 From: akanealw Date: Fri, 9 May 2025 14:31:02 -0500 Subject: [PATCH] added local content share --- contentshare/compose.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 contentshare/compose.yml diff --git a/contentshare/compose.yml b/contentshare/compose.yml new file mode 100644 index 0000000..ec86afa --- /dev/null +++ b/contentshare/compose.yml @@ -0,0 +1,14 @@ +services: + contentshare: + image: tanq16/local-content-share:main + container_name: local-content-share + networks: + - reverseproxy + volumes: + - ./data:/app/data # Change as needed + ports: + - 8385:8080 + +networks: + reverseproxy: + external: true \ No newline at end of file