Moved to _dev

This commit is contained in:
2025-09-20 16:11:47 +02:00
parent fb1a8753b7
commit b2ba11fcd3
1670 changed files with 224899 additions and 0 deletions

View File

@@ -0,0 +1,40 @@
# sandy (books.delmar.bzh)
---
volumes:
config:
books:
driver: local
driver_opts:
type: "none"
o: "bind"
device: "/nfs/ebooks/books"
comics:
driver: local
driver_opts:
type: "none"
o: "bind"
device: "/nfs/ebooks/comics"
magazines:
driver: local
driver_opts:
type: "none"
o: "bind"
device: "/nfs/ebooks/magazines"
services:
kavita:
container_name: kavita
image: jvmilazz0/kavita:latest
environment:
- DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=true
- TZ=Europe/Paris
volumes:
- config:/kavita/config
- books:/books
- comics:/comics
- magazines:/magazines
ports:
- 32768:5000
restart: unless-stopped
labels:
- diun.enable=true