removed local content share and added many-notes
This commit is contained in:
@@ -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
19
manynotes/compose.yml
Normal 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
|
||||
Reference in New Issue
Block a user