chore: improve dev experience via docker override, and remove redundant commands.

This commit is contained in:
syntaxbullet
2026-02-05 12:57:20 +01:00
parent 2b60883173
commit cd954afe36
3 changed files with 10 additions and 162 deletions

View File

@@ -0,0 +1,10 @@
services:
db:
volumes:
# Override the bind mount with a named volume
# Docker handles permissions automatically for named volumes
- db_data:/var/lib/postgresql/data
volumes:
db_data:
name: aurora_db_data