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

@ -33,7 +33,7 @@ services:
image: postgres:14-alpine
restart: unless-stopped
volumes:
- /mnt/tank/dbs/postgres/gitea:/var/lib/postgresql/data
- ./db:/var/lib/postgresql/data
environment:
- POSTGRES_PASSWORD=gitea
- POSTGRES_USER=gitea
@ -42,7 +42,7 @@ services:
image: redis:7-alpine
restart: unless-stopped
volumes:
- /mnt/tank/dbs/redis/gitea:/data
- ./redis:/data
networks:
traefik: