removed local content share and added many-notes

This commit is contained in:
2025-04-06 12:09:29 -05:00
parent b3cc583b3d
commit 614e6a6782
2 changed files with 19 additions and 14 deletions

View File

@@ -1,14 +0,0 @@
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

19
manynotes/compose.yml Normal file
View File

@@ -0,0 +1,19 @@
services:
many-notes:
container_name: many-notes
image: brufdev/many-notes:latest
restart: unless-stopped
volumes:
- ./database:/var/www/html/database/sqlite
- ./storage/logs:/var/www/html/storage/logs
- ./storage/private:/var/www/html/storage/app/private
- ./storage/public:/var/www/html/storage/app/public
- ./storage/sessions:/var/www/html/storage/framework/sessions
networks:
- reverseproxy
ports:
- 8044:8080
networks:
reverseproxy:
external: true