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
|
- UID=0
|
||||||
- GID=0
|
- GID=0
|
||||||
volumes:
|
volumes:
|
||||||
- ./homeserver.yaml:/etc/homeserver.yaml
|
- /mnt/tank/app-data/synapse/homeserver.yaml:/etc/homeserver.yaml
|
||||||
- ./files:/data
|
- /mnt/tank/app-data/synapse:/data
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
expose:
|
expose:
|
||||||
|
@ -30,4 +30,4 @@ services:
|
||||||
- POSTGRES_USER=synapse
|
- POSTGRES_USER=synapse
|
||||||
- POSTGRES_PASSWORD=synapse
|
- POSTGRES_PASSWORD=synapse
|
||||||
volumes:
|
volumes:
|
||||||
- ./postgresql:/var/lib/postgresql/data
|
- /mnt/tank/dbs/postgres/synapse:/var/lib/postgresql/data
|
||||||
|
|
Loading…
Reference in a new issue