From e276f8bc9567c3e828c29b13dc3a1007fbdbc2e4 Mon Sep 17 00:00:00 2001 From: Brad Ganley Date: Mon, 30 Dec 2024 07:28:16 +0000 Subject: [PATCH] updated readme --- README.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/README.md b/README.md index bfa56e6..4d90347 100755 --- a/README.md +++ b/README.md @@ -20,18 +20,6 @@ services: - TRACKER_BSKY_PASSWORD= - DEBUG_LOG_ACTIVE=true - DEBUG_LOG_LEVEL=info - - JETSTREAM_URL=ws://:6008/subscribe + - JETSTREAM_URL=wss://jetstream1.us-west.bsky.network/subscribe - SESSION_DATA_PATH=/sessionData - - - jetstream: - image: "ghcr.io/bluesky-social/jetstream:sha-ea96859b93d1790ff20bb168e5fc442d462cea1e" - container_name: jetstream1 - restart: unless-stopped - environment: - - CURSOR_FILE=/data/cursor.json - ports: - - "6008:6008" - volumes: - - ./data:/data ```