store karin data on host fs

This commit is contained in:
nora 2023-08-28 15:12:05 +02:00
parent 40061eebc3
commit 226e5a40b0
3 changed files with 15 additions and 0 deletions

View file

@ -69,6 +69,8 @@ services:
container_name: karin-bot-db
image: "mongo:latest"
restart: always
volumes:
- "/apps/karin-bot/data:/data/db"
env_file:
- "/apps/karin-bot/.env"
networks: