From fc560119f40d8ada1e44e2e580420f462c47cf93 Mon Sep 17 00:00:00 2001 From: Michael 'Flimmy' Flemming Date: Fri, 26 Sep 2025 15:09:12 +0200 Subject: [PATCH] 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