removed memos folder, added local content share for testing

This commit is contained in:
2025-04-06 11:55:37 -05:00
parent 4945886e0a
commit b3cc583b3d

View File

@@ -0,0 +1,14 @@
services:
contentshare:
image: tanq16/local-content-share:main
container_name: local-content-share
networks:
- reverseproxy
ports:
- 8580:8080
volumes:
- ./lcshare:/app/data
networks:
reverseproxy:
external: true