feat: add Docker Compose configuration for Nextcloud with PostgreSQL, Redis, and Nginx

This commit is contained in:
2025-07-01 12:16:59 +08:00
parent 1dcd0bf9d1
commit e9c2fe368e
3 changed files with 266 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
POSTGRES_PASSWORD=dbpass
POSTGRES_DB=nextcloud
POSTGRES_USER=nextcloud