patch postgres mount location/type

this stops the db instances from being anonymous and from not
persevering between compose up-downs (i think?)
This commit is contained in:
2026-04-30 17:53:59 +02:00
parent 4229444f96
commit 24df6054ea

View File

@@ -21,7 +21,7 @@ services:
ports:
- 5432:5432
volumes:
- pg_volume:/var/lib/postgresql/data:rw
- pg_volume:/var/lib/postgresql
stop_grace_period: 120s
environment:
POSTGRES_USER: mnemo