Skip to content

Commit bb88733

Browse files
committed
docs: rename docs and update folder structure
1 parent c5257a4 commit bb88733

6 files changed

Lines changed: 21 additions & 334 deletions

File tree

File renamed without changes.

docs/postgresql/deployment/supabase-flyio.md renamed to docs/internal/supabase-flyio.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,13 @@ Verify the image was built:
110110

111111
```bash
112112
docker images | grep supabase-postgres-cloudsync
113-
# Should show: sqlcdamlayildiz/supabase-postgres-cloudsync 15.8.1.085 ...
113+
# Should show: <your-dockerhub-username>/supabase-postgres-cloudsync 15.8.1.085 ...
114114
```
115115

116116
Verify CloudSync is installed inside the image:
117117

118118
```bash
119-
docker run --rm sqlcdamlayildiz/supabase-postgres-cloudsync:15.8.1.085 \
119+
docker run --rm <your-dockerhub-username>/supabase-postgres-cloudsync:15.8.1.085 \
120120
find / -name "cloudsync*" -type f 2>/dev/null
121121
# Should list cloudsync.so, cloudsync.control, and cloudsync--1.0.sql
122122
# in /nix/store/...-postgresql-and-plugins-15.8/ paths
@@ -394,10 +394,10 @@ services:
394394
db:
395395
# BEFORE: image: supabase/postgres:${POSTGRES_VERSION}
396396
# AFTER:
397-
image: <your-dockerhub-username>/supabase-postgres-cloudsync:15.8.1.085
397+
image: sqlitecloud/sqlite-sync-supabase:15.8.1.085
398398
```
399399
400-
Use the exact image path you pushed in Step 3.
400+
Use `sqlitecloud/sqlite-sync-supabase:15.8.1.085` if you want the published image. If you built and pushed your own image in Step 3 for internal testing, use that exact image path instead.
401401
402402
### Add the CloudSync init script
403403
File renamed without changes.
File renamed without changes.

docs/postgresql/integrations/supabase.md

Lines changed: 0 additions & 88 deletions
This file was deleted.

0 commit comments

Comments
 (0)