Solved bluesky bugs

This commit is contained in:
Kevin Veen-Birkenbach 2025-01-17 14:15:45 +01:00
parent 124e5df985
commit b330c22b39

View File

@ -19,10 +19,9 @@ services:
PDS_EMAIL_SMTP_URL: smtps://{{system_email_username}}:{{system_email_password}}@{{system_email_host}}:{{system_email_smtp_port}}/ PDS_EMAIL_SMTP_URL: smtps://{{system_email_username}}:{{system_email_password}}@{{system_email_host}}:{{system_email_smtp_port}}/
PDS_EMAIL_FROM_ADDRESS: {{system_email_from}} PDS_EMAIL_FROM_ADDRESS: {{system_email_from}}
LOG_ENABLED: true LOG_ENABLED: true
PDS_BLOBSTORE_DISK_LOCATION: /opt/pds/blocks
# -- DEFAULT VALUES --- # -- DEFAULT VALUES ---
# PDS_DATA_DIRECTORY: /opt/pds # PDS_DATA_DIRECTORY: /opt/pds
# PDS_BLOBSTORE_DISK_LOCATION: /opt/pds/blocks
# PDS_BLOB_UPLOAD_LIMIT: 52428800 # PDS_BLOB_UPLOAD_LIMIT: 52428800
# PDS_DID_PLC_URL=https://plc.directory # PDS_DID_PLC_URL=https://plc.directory
# PDS_BSKY_APP_VIEW_URL=https://api.bsky.app # PDS_BSKY_APP_VIEW_URL=https://api.bsky.app
@ -32,7 +31,7 @@ services:
ports: ports:
- "127.0.0.1:{{http_port}}:3000" - "127.0.0.1:{{http_port}}:3000"
healthcheck: healthcheck:
test: ["CMD", "curl", "-f", "http://127.0.0.1:3000"] test: ["CMD", "wget", "--spider", "http://127.0.0.1:3000"]
interval: 1m interval: 1m
timeout: 10s timeout: 10s
retries: 3 retries: 3