Files
aurorabot/docker-compose.override.yml.linux
syntaxbullet cd954afe36
All checks were successful
Deploy to Production / test (push) Successful in 43s
chore: improve dev experience via docker override, and remove redundant commands.
2026-02-05 12:57:20 +01:00

11 lines
235 B
Plaintext

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