Our Personal Data Server from scratch! tranquil.farm
oauth atproto pds rust postgresql objectstorage fun

fix: lewis shameful mistake on prod compose vol

+2 -1
+2 -1
docker-compose.prod.yaml
··· 54 54 POSTGRES_PASSWORD: "CHANGE-ME" 55 55 POSTGRES_DB: pds 56 56 volumes: 57 - - postgres_data:/var/lib/postgresql/data 57 + # In memory of @mrrp.lol when Lewis had "/data" here and the account got nuked on restart including rotation key :( 58 + - postgres_data:/var/lib/postgresql 58 59 healthcheck: 59 60 test: ["CMD-SHELL", "pg_isready -U tranquil_pds -d pds"] 60 61 interval: 10s