Move synapse DB/Redis to SSD
Wow, Postgres really does love an SSD!
This commit is contained in:
parent
c042775f8b
commit
2fa7f7212f
1 changed files with 2 additions and 2 deletions
|
@ -32,13 +32,13 @@ services:
|
||||||
- POSTGRES_PASSWORD=synapse
|
- POSTGRES_PASSWORD=synapse
|
||||||
- POSTGRES_INITDB_ARGS=--encoding=UTF-8 --lc-collate=C --lc-ctype=C
|
- POSTGRES_INITDB_ARGS=--encoding=UTF-8 --lc-collate=C --lc-ctype=C
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/tank/dbs/postgres/synapse:/var/lib/postgresql/data
|
- ./db:/var/lib/postgresql/data
|
||||||
|
|
||||||
redis:
|
redis:
|
||||||
image: redis:7-alpine
|
image: redis:7-alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /mnt/tank/dbs/redis/synapse:/data
|
- ./redis:/data
|
||||||
|
|
||||||
admin:
|
admin:
|
||||||
image: awesometechnologies/synapse-admin:latest
|
image: awesometechnologies/synapse-admin:latest
|
||||||
|
|
Loading…
Reference in a new issue