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

27
stump/docker-compose.yaml Normal file
View File

@@ -0,0 +1,27 @@
# sandy (books.delmar.bzh)
---
volumes:
config:
books:
driver: local
driver_opts:
type: "none"
o: "bind"
device: "/nfs/ebooks"
services:
stump:
image: aaronleopold/stump:latest
container_name: stump
volumes:
- config:/config
- books:/data
ports:
- 10801:10801
environment:
- PUID=1000
- PGID=1000
- STUMP_CONFIG_DIR=/config
restart: unless-stopped
labels:
- diun.enable=true