persist bot db on docker deployment
This commit is contained in:
parent
c3258d2135
commit
b0a6352c40
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ services:
|
||||||
# dockerfile: ./Dockerfile
|
# dockerfile: ./Dockerfile
|
||||||
volumes:
|
volumes:
|
||||||
- ./config.json:/app/config.json
|
- ./config.json:/app/config.json
|
||||||
|
# use touch to create an empty file bot, for persist database only
|
||||||
|
- ./bot:/app/bot
|
||||||
networks:
|
networks:
|
||||||
- matrix_network
|
- matrix_network
|
||||||
# api:
|
# api:
|
||||||
|
|
Loading…
Reference in a new issue