mirror of
https://github.com/hibobmaster/matrix_chatgpt_bot.git
synced 2024-10-01 05:35:36 -04:00
persist bot db on docker deployment
This commit is contained in:
parent
c3258d2135
commit
b0a6352c40
@ -8,6 +8,8 @@ services:
|
||||
# dockerfile: ./Dockerfile
|
||||
volumes:
|
||||
- ./config.json:/app/config.json
|
||||
# use touch to create an empty file bot, for persist database only
|
||||
- ./bot:/app/bot
|
||||
networks:
|
||||
- matrix_network
|
||||
# api:
|
||||
|
Loading…
Reference in New Issue
Block a user