Skip to content

Commit

Permalink
"Downgrade" jetstream
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-sherman committed Nov 20, 2024
1 parent 4492471 commit e344fb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/frontpage/local-infra/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,13 +91,13 @@ services:

jetstream:
container_name: jetstream
image: ghcr.io/bluesky-social/jetstream:sha-2aacb58
image: ghcr.io/bluesky-social/jetstream:sha-0ab10bd
restart: unless-stopped
volumes:
- jetstream:/data
environment:
- JETSTREAM_DATA_DIR=/data
# livness check interval to restart when no events are received (default: 15sec)
# livness check interval to restart when no events are received (default: 15sec)
- JETSTREAM_LIVENESS_TTL=300s
- JETSTREAM_WS_URL=ws://pds:3000/xrpc/com.atproto.sync.subscribeRepos

Expand Down

0 comments on commit e344fb2

Please sign in to comment.