Move remaining DBs to SSD

This commit is contained in:
Jake Howard
2023-06-15 21:18:50 +01:00
parent 2af9f8529d
commit b07d424d87
7 changed files with 7 additions and 7 deletions

View File

@ -42,7 +42,7 @@ services:
image: postgres:14-alpine
restart: unless-stopped
volumes:
- /mnt/tank/dbs/postgres/vaultwarden/:/var/lib/postgresql/data
- /mnt/speed/dbs/postgres/vaultwarden/:/var/lib/postgresql/data
environment:
- POSTGRES_PASSWORD={{ vaultwarden_database_password }}
- POSTGRES_USER=vaultwarden