mirror of
https://gitlab.com/rusty-bever/deployment.git
synced 2026-04-08 13:05:48 +02:00
Changed conduit database mount path
This commit is contained in:
parent
cb2288c435
commit
11868ac57a
1 changed files with 1 additions and 2 deletions
|
|
@ -28,12 +28,11 @@ services:
|
|||
target: '/srv/conduit/conduit.toml'
|
||||
environment:
|
||||
- 'CONDUIT_CONFIG=/srv/conduit/conduit.toml'
|
||||
- 'CONDUIT_DATABASE_PATH=/srv/conduit/.local/share/conduit'
|
||||
networks:
|
||||
- 'default'
|
||||
- 'public'
|
||||
volumes:
|
||||
- 'conduit:/srv/conduit/.local/share/conduit'
|
||||
- 'conduit:/var/lib/matrix-conduit'
|
||||
|
||||
|
||||
# =====FACEBOOK MESSENGER BRIDGE=====
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue