···5454 POSTGRES_PASSWORD: "CHANGE-ME"
5555 POSTGRES_DB: pds
5656 volumes:
5757- - postgres_data:/var/lib/postgresql/data
5757+ # In memory of @mrrp.lol when Lewis had "/data" here and the account got nuked on restart including rotation key :(
5858+ - postgres_data:/var/lib/postgresql
5859 healthcheck:
5960 test: ["CMD-SHELL", "pg_isready -U tranquil_pds -d pds"]
6061 interval: 10s