Distort your Bluesky avatar based on how much you're tired, according to your WHOOP band
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

compose: limit log retention

geesawra ef0c1469 8537f21c

+5
+5
compose.yaml
··· 4 4 env_file: .env 5 5 volumes: 6 6 - ./data:/data 7 + logging: 8 + driver: json-file 9 + options: 10 + max-size: 1m 11 + max-file: "3" 7 12 restart: unless-stopped