mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00:00 
			
		
		
		
	Solved bluesky bugs
This commit is contained in:
		| @@ -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_FROM_ADDRESS: {{system_email_from}} | ||||
|       LOG_ENABLED: true | ||||
|  | ||||
|       PDS_BLOBSTORE_DISK_LOCATION: /opt/pds/blocks | ||||
|       # -- DEFAULT VALUES --- | ||||
|       # PDS_DATA_DIRECTORY: /opt/pds | ||||
|       # PDS_BLOBSTORE_DISK_LOCATION: /opt/pds/blocks | ||||
|       # PDS_BLOB_UPLOAD_LIMIT: 52428800 | ||||
|       # PDS_DID_PLC_URL=https://plc.directory | ||||
|       # PDS_BSKY_APP_VIEW_URL=https://api.bsky.app | ||||
| @@ -32,7 +31,7 @@ services: | ||||
|     ports: | ||||
|       - "127.0.0.1:{{http_port}}:3000" | ||||
|     healthcheck: | ||||
|       test: ["CMD", "curl", "-f", "http://127.0.0.1:3000"] | ||||
|       test: ["CMD", "wget", "--spider", "http://127.0.0.1:3000"] | ||||
|       interval: 1m | ||||
|       timeout: 10s | ||||
|       retries: 3 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user