···54 POSTGRES_PASSWORD: "CHANGE-ME"
55 POSTGRES_DB: pds
56 volumes:
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
59 healthcheck:
60 test: ["CMD-SHELL", "pg_isready -U tranquil_pds -d pds"]
61 interval: 10s