Move synapse to ZFS
This commit is contained in:
parent
037d719906
commit
ff7ec46e77
1 changed files with 3 additions and 3 deletions
|
@ -11,8 +11,8 @@ services:
|
|||
- UID=0
|
||||
- GID=0
|
||||
volumes:
|
||||
- ./homeserver.yaml:/etc/homeserver.yaml
|
||||
- ./files:/data
|
||||
- /mnt/tank/app-data/synapse/homeserver.yaml:/etc/homeserver.yaml
|
||||
- /mnt/tank/app-data/synapse:/data
|
||||
depends_on:
|
||||
- db
|
||||
expose:
|
||||
|
@ -30,4 +30,4 @@ services:
|
|||
- POSTGRES_USER=synapse
|
||||
- POSTGRES_PASSWORD=synapse
|
||||
volumes:
|
||||
- ./postgresql:/var/lib/postgresql/data
|
||||
- /mnt/tank/dbs/postgres/synapse:/var/lib/postgresql/data
|
||||
|
|
Loading…
Reference in a new issue