From fc560119f40d8ada1e44e2e580420f462c47cf93 Mon Sep 17 00:00:00 2001 From: Michael 'Flimmy' Flemming Date: Fri, 26 Sep 2025 15:09:12 +0200 Subject: [PATCH 1/2] remove production deployment section --- README.md | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/README.md b/README.md index 5ac7015..dfd432e 100644 --- a/README.md +++ b/README.md @@ -72,26 +72,6 @@ OpenCloud Compose offers a modular approach to deploying OpenCloud with several - Username: `admin` - Password: value of your `INITIAL_ADMIN_PASSWORD` -### Production Deployment - -> **DNS Requirements**: For production deployments, you need real DNS entries pointing to your server for all required subdomains. You can either create individual DNS A/AAAA records for each subdomain (e.g., `cloud.example.com`, `collabora.example.com`, `keycloak.example.com`) or use a wildcard DNS entry (`*.example.com`) that covers all subdomains. - -1. **Edit the `.env` file** and configure: - - Domain names (replace `.opencloud.test` domains with your real domains) - - Admin password - - SSL certificate email - - Storage paths - -2. **Configure deployment options** in `.env`: - ``` - COMPOSE_FILE=docker-compose.yml:weboffice/collabora.yml:traefik/opencloud.yml:traefik/collabora.yml - ``` - -3. **Start OpenCloud**: - ```bash - docker compose up -d - ``` - ## Deployment Options ### With Keycloak and LDAP using a Shared User Directory From f3c5f8f591acc93a9921b11d9b3a0e8025c7c871 Mon Sep 17 00:00:00 2001 From: Michael 'Flimmy' Flemming Date: Fri, 26 Sep 2025 15:09:52 +0200 Subject: [PATCH 2/2] add link to docs for production deployment --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index dfd432e..5077e09 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ This repository provides Docker Compose configurations for deploying OpenCloud in various environments. +> [!IMPORTANT] +> Please use the [official docs](https://docs.opencloud.eu/docs/admin/getting-started/container/docker-compose/docker-compose-base) for a **Production Deployment**. + ## Overview OpenCloud Compose offers a modular approach to deploying OpenCloud with several configuration options: