mirror of
https://github.com/Dokploy/templates
synced 2025-06-26 18:16:07 +00:00
fix: add volumes
This commit is contained in:
@@ -47,3 +47,20 @@ services:
|
|||||||
- MM_BLEVESETTINGS_INDEXDIR
|
- MM_BLEVESETTINGS_INDEXDIR
|
||||||
- MM_SERVICESETTINGS_SITEURL
|
- MM_SERVICESETTINGS_SITEURL
|
||||||
- APP_PORT
|
- APP_PORT
|
||||||
|
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
mattermostDbData:
|
||||||
|
driver: local
|
||||||
|
mattermostconf:
|
||||||
|
driver: local
|
||||||
|
mattermostdata:
|
||||||
|
driver: local
|
||||||
|
mattermostlogs:
|
||||||
|
driver: local
|
||||||
|
mattermostplugsin:
|
||||||
|
driver: local
|
||||||
|
mattermostclientplugins:
|
||||||
|
driver: local
|
||||||
|
mattermostBleveIndexes:
|
||||||
|
driver: local
|
||||||
|
|||||||
Reference in New Issue
Block a user