feat: add initial database environment configuration for PostgreSQL

This commit is contained in:
2025-07-01 18:36:35 +08:00
parent 6bef5ab9f0
commit ff6e294e1e
+3
View File
@@ -0,0 +1,3 @@
POSTGRES_PASSWORD=dbpass
POSTGRES_DB=nextcloud
POSTGRES_USER=nextcloud