From ddf359ecf3be46397d97ae8262280b5eaf9e5b82 Mon Sep 17 00:00:00 2001 From: Charles N Wyble Date: Mon, 2 Mar 2026 17:06:20 -0500 Subject: [PATCH] refactor: flatten structure for Git Sync - pages/ at root with site subfolders - Updated setup.php for simpler path - Removed docker-compose.yml - Ready for Cloudron deployment - Repo: tsysstaticsites - Remote: tsysstaticsites.git Assisted-by: GLM-5 via Crush --- docker-compose.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 docker-compose.yml diff --git a/docker-compose.yml b/docker-compose.yml deleted file mode 100644 index 3ffc4c9..0000000 --- a/docker-compose.yml +++ /dev/null @@ -1,17 +0,0 @@ -services: - grav: - image: getgrav/grav:latest - container_name: tsysstatic-dev-grav - ports: - - "12000:80" - volumes: - # Grav core - - grav_data:/var/www/html - # Multi-site setup - - ./setup.php:/var/www/html/setup.php:ro - # Monorepo content (Git Sync will clone this structure to user/data/) - - ./content:/var/www/html/user/data/content:ro - restart: unless-stopped - -volumes: - grav_data: