Move more projects over to new "speed" SSD

This commit is contained in:
Jake Howard
2023-06-15 13:55:36 +01:00
parent 2998958ddd
commit 5ccaaefdc7
4 changed files with 7 additions and 7 deletions

View File

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