Update Servers/Containerization/Docker/Compose/Nextcloud.md

This commit is contained in:
2025-04-20 23:57:14 -06:00
parent adfd53436b
commit 06216d122c

View File

@ -1,6 +1,6 @@
**Purpose**: Deploy a Nextcloud and PostgreSQL database together. **Purpose**: Deploy a Nextcloud and PostgreSQL database together.
```jsx title="docker-compose.yml" ```yaml title="docker-compose.yml"
version: "2.1" version: "2.1"
services: services:
app: app:
@ -52,7 +52,7 @@ networks:
external: true external: true
``` ```
```jsx title=".env" ```yaml title=".env"
TZ=America/Denver TZ=America/Denver
POSTGRES_PASSWORD=SomeSecurePassword POSTGRES_PASSWORD=SomeSecurePassword
POSTGRES_USER=ncadmin POSTGRES_USER=ncadmin