Our Personal Data Server from scratch!
0
fork

Configure Feed

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

fix: use correct postgres container path for quadlet as well

authored by

Bas van den Wollenberg and committed by tangled.org bf20b4a7 05246aec

+2 -1
+2 -1
deploy/quadlets/tranquil-pds-db.container
··· 7 7 Environment=POSTGRES_USER=tranquil_pds 8 8 Environment=POSTGRES_DB=pds 9 9 Secret=tranquil-pds-db-password,type=env,target=POSTGRES_PASSWORD 10 - Volume=/srv/tranquil-pds/postgres:/var/lib/postgresql/data:Z 10 + # In memory of @cute.kyu.re when Lewis forgot to remove "/data" here after removing it from the compose file and another account was tragically lost :( 11 + Volume=/srv/tranquil-pds/postgres:/var/lib/postgresql:Z 11 12 HealthCmd=pg_isready -U tranquil_pds -d pds 12 13 HealthInterval=10s 13 14 HealthTimeout=5s