forked from syntaxbullet/aurorabot
chore: improve dev experience via docker override, and remove redundant commands.
This commit is contained in:
10
docker-compose.override.yml.linux
Normal file
10
docker-compose.override.yml.linux
Normal 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
|
||||
Reference in New Issue
Block a user