Merge pull request #9 from cbcoutinho/feature/notes-attachments

Add support for attachments in notes
This commit is contained in:
Chris Coutinho
2025-05-16 00:32:55 +02:00
committed by GitHub
29 changed files with 2470 additions and 1165 deletions
+10
View File
@@ -35,6 +35,7 @@ services:
volumes:
- nextcloud:/var/www/html
environment:
- NEXTCLOUD_TRUSTED_DOMAINS=app
- NEXTCLOUD_ADMIN_USER=admin
- NEXTCLOUD_ADMIN_PASSWORD=admin
- MYSQL_PASSWORD=password
@@ -42,6 +43,15 @@ services:
- MYSQL_USER=nextcloud
- MYSQL_HOST=db
mcp:
build: .
ports:
- 8000:8000
environment:
- NEXTCLOUD_HOST=http://app:80
- NEXTCLOUD_USERNAME=admin
- NEXTCLOUD_PASSWORD=admin
volumes:
nextcloud:
db: