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

41
komga/docker-compose.yaml Normal file
View File

@@ -0,0 +1,41 @@
# 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:
komga:
image: gotson/komga
container_name: komga
volumes:
- config:/config
- books:/data/books # path to ebooks library
- comics:/data/comics # path to ebooks library
- magazines:/data/magazines # path to ebooks library
ports:
# - 25600:25600
- 32768:5000
user: "1000:1000"
environment:
- TZ=Europe/Paris
restart: unless-stopped
labels:
- diun.enable=true