mirror of
https://tangled.org/tranquil.farm/tranquil-pds
synced 2026-09-04 17:26:56 +00:00
fix: lewis shameful mistake on prod compose vol
This commit is contained in:
@@ -54,7 +54,8 @@ services:
|
||||
POSTGRES_PASSWORD: "CHANGE-ME"
|
||||
POSTGRES_DB: pds
|
||||
volumes:
|
||||
- postgres_data:/var/lib/postgresql/data
|
||||
# In memory of @mrrp.lol when Lewis had "/data" here and the account got nuked on restart including rotation key :(
|
||||
- postgres_data:/var/lib/postgresql
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U tranquil_pds -d pds"]
|
||||
interval: 10s
|
||||
|
||||
Reference in New Issue
Block a user