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

28
ubooquity/compose.yaml Normal file
View File

@@ -0,0 +1,28 @@
volumes:
config:
name: ubqty_config
books:
name: ubqty_books
comics:
name: ubqty_comics
files:
name: ubqty_files
services:
ubooquity:
image: ghcr.io/linuxserver/ubooquity
container_name: ubooquity
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Paris
- MAXMEM=1024
volumes:
- config:/config
- books:/books
- comics:/comics
- files:/files
ports:
- 2202:2202
- 2203:2203
restart: unless-stopped