mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 21:01:08 +02:00
feat(infra): migrate PostgreSQL to SSD storage
Move PostgreSQL data from Docker volume to /Volumes/ManaData/postgres for better data safety and performance. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
6c937b6c80
commit
7d7e31e486
1 changed files with 1 additions and 3 deletions
|
|
@ -26,7 +26,7 @@ services:
|
|||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: ${POSTGRES_PASSWORD:-mana123}
|
||||
volumes:
|
||||
- postgres_data:/var/lib/postgresql/data
|
||||
- /Volumes/ManaData/postgres:/var/lib/postgresql/data
|
||||
ports:
|
||||
- "5432:5432"
|
||||
healthcheck:
|
||||
|
|
@ -1294,8 +1294,6 @@ services:
|
|||
# ============================================
|
||||
|
||||
volumes:
|
||||
postgres_data:
|
||||
name: mana-postgres-data
|
||||
redis_data:
|
||||
name: mana-redis-data
|
||||
victoriametrics_data:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue