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

@ -32,13 +32,13 @@ services:
- POSTGRES_PASSWORD=synapse
- POSTGRES_INITDB_ARGS=--encoding=UTF-8 --lc-collate=C --lc-ctype=C
volumes:
- ./db:/var/lib/postgresql/data
- /mnt/speed/dbs/postgres/synapse:/var/lib/postgresql/data
redis:
image: redis:7-alpine
restart: unless-stopped
volumes:
- ./redis:/data
- /mnt/speed/dbs/redis/synapse:/data
admin:
image: awesometechnologies/synapse-admin:latest