Move some DBs to main SSD

This should improve performance. More apps to come!
This commit is contained in:
Jake Howard
2023-05-14 21:05:32 +01:00
parent a0f7d48502
commit 6c800fbc01
4 changed files with 7 additions and 7 deletions

View File

@ -52,7 +52,7 @@ services:
image: postgres:14-alpine
restart: unless-stopped
volumes:
- /mnt/tank/dbs/postgres/tt-rss/:/var/lib/postgresql/data
- ./db:/var/lib/postgresql/data
environment:
- POSTGRES_PASSWORD=tt-rss
- POSTGRES_USER=tt-rss